Skip to content

Commit

Permalink
added fr and de to i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
io53 committed May 22, 2023
1 parent 1c63a55 commit abf046a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion localize.converter.i18n/convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var fs = require('fs');
var obj = JSON.parse(fs.readFileSync('../station.localization.json', 'utf8'));

// languages we want
var getLangs = ["en","fi","sv"];
var getLangs = ["en","fi","sv","fr","de"];

var output = {};
for (var i = 0; i < getLangs.length; i++) {
Expand Down
4 changes: 2 additions & 2 deletions station.localization.json
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@
{
"ident_ios": "Language.French",
"ident_android": "language_french",
"ident_webui": "",
"ident_webui": "language_french",
"en": "Français",
"fi": "Français",
"ru": "Français",
Expand All @@ -1081,7 +1081,7 @@
{
"ident_ios": "Language.German",
"ident_android": "",
"ident_webui": "",
"ident_webui": "language_german",
"en": "Deutsch",
"fi": "Deutsch",
"ru": "Deutsch",
Expand Down

0 comments on commit abf046a

Please sign in to comment.