Skip to content

Commit

Permalink
fix column count in CSV export (#503)
Browse files Browse the repository at this point in the history
- fix column count in CSV export 
  - remove native names
  - remove incomplete "cym" translations
  - use currency names only instead of codes and names
  - add missing "borders" column in CSV export
  - handle false values as "0"

fix #497
  • Loading branch information
mledoze authored Oct 7, 2023
1 parent ca251c0 commit c8740c3
Show file tree
Hide file tree
Showing 9 changed files with 704 additions and 910 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add missing translations for Curaçao (Croatian) and Iran (Persian) (#496)
- add missing Japanese translations for Curaçao and Kosovo (#498)
- add missing Chinese translations (#498)
### Fixed
- fix column count in CSV export (#497)
- remove native names
- remove incomplete "cym" translations
- use currency names only instead of codes and names
- add missing "borders" column in CSV export
- handle false values as "0"

## [5.0.0] - 2023-09-17
### Breaking changes
Expand Down
Loading

0 comments on commit c8740c3

Please sign in to comment.