Skip to content

Commit

Permalink
Fix some languages names (#6779)
Browse files Browse the repository at this point in the history
Update iso-639-1 dependency 

---------

Co-authored-by: AlexandreSi <[email protected]>
  • Loading branch information
Bouh and AlexandreSi authored Jul 30, 2024
1 parent 289c555 commit 30e7ef5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions newIDE/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion newIDE/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"flow-bin": "0.131.0",
"flow-coverage-report": "^0.4.0",
"folder-hash": "^3.0.0",
"iso-639-1": "^2.0.3",
"iso-639-1": "^3.1.2",
"minimist": "1.2.5",
"patch-package": "^6.4.7",
"prettier": "1.15.3",
Expand Down
2 changes: 1 addition & 1 deletion newIDE/app/scripts/lib/Locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const getLocaleSourceCatalogFiles = localeName => {
if (localeName === 'pseudo_LOCALE') return ['ide-messages.pot'];

return ['ide-messages.po', 'gdcore-gdcpp-gdjs-extensions-messages.po'];
}
};

const getLocalePath = localeName => {
return path.join(localesBasePath, localeName);
Expand Down

0 comments on commit 30e7ef5

Please sign in to comment.