bump lean-i18n and other stuff

pull/205/head
Jon Eugster 11 months ago
parent ad1add5264
commit 1a54edffd4

@ -17,6 +17,11 @@
"iso": "de", "iso": "de",
"flag": "DE", "flag": "DE",
"name": "Deutsch" "name": "Deutsch"
},
{
"iso": "zh",
"flag": "CN",
"name": "中国人"
} }
] ]
} }

@ -11,7 +11,6 @@ i18n
// see https://github.com/i18next/i18next-http-backend // see https://github.com/i18next/i18next-http-backend
loadPath: function(lngs, namespaces: Array<string>) { loadPath: function(lngs, namespaces: Array<string>) {
console.warn(namespaces)
if (namespaces[0].startsWith("g/")) { if (namespaces[0].startsWith("g/")) {
return '/i18n/{{ns}}/{{lng}}/Game.json'; return '/i18n/{{ns}}/{{lng}}/Game.json';
} else { } else {

@ -13,7 +13,7 @@
{"url": "https://github.com/hhu-adam/lean-i18n.git", {"url": "https://github.com/hhu-adam/lean-i18n.git",
"type": "git", "type": "git",
"subDir": null, "subDir": null,
"rev": "59fea5bbc2ea22c2ee77ea6a65b0212ac241a56f", "rev": "2c5ce050296621fda7f938b270a18d00672d556b",
"name": "i18n", "name": "i18n",
"manifestFile": "lake-manifest.json", "manifestFile": "lake-manifest.json",
"inputRev": "main", "inputRev": "main",

Loading…
Cancel
Save