We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0039ed commit 7ae82efCopy full SHA for 7ae82ef
client/src/i18n.ts
@@ -11,7 +11,8 @@ i18n
11
// > see https://github.com/i18next/i18next-http-backend
12
loadPath: function(lngs, namespaces: Array<string>) {
13
if (namespaces[0].startsWith("g/")) {
14
- return '/i18n/{{ns}}/{{lng}}/Game.json';
+ // return '/i18n/{{ns}}/{{lng}}/Game.json';
15
+ return '/i18n/{{ns}}/{{lng}}/Game.po';
16
} else {
17
return '/locales/{{lng}}/{{ns}}.json';
18
}
0 commit comments