Skip to content

Commit

Permalink
Merge pull request #5 from cloudblue/fix-japanese-and-croatian-mappings
Browse files Browse the repository at this point in the history
Fix japanese language code & croatian flag mapping
  • Loading branch information
marcserrat authored Apr 25, 2022
2 parents 25c5498 + bd523ab commit c2572e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const localeFlags = {
[locales.BURMESE]: flags.MM,
[locales.CATALAN]: flags.ES_CT,
[locales.COLOMBIAN_SPANISH]: flags.CO,
[locales.CR]: flags.HR,
[locales.CROATIAN]: flags.HR,
[locales.CZECH]: flags.CZ,
[locales.DANISH]: flags.DK,
[locales.DUTCH]: flags.NL,
Expand Down
2 changes: 1 addition & 1 deletion locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default {
IDO: 'io',
ICELANDIC: 'is',
ITALIAN: 'it',
JAPANESE: 'jp',
JAPANESE: 'ja',
GEORGIAN: 'ka',
KABYLE: 'kab',
KAZAKH: 'kk',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudblueconnect/country-flag-mapper",
"version": "1.0.3",
"version": "1.0.4",
"description": "Country flags as SVG icons mapped to country and locale IDs",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit c2572e5

Please sign in to comment.