We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0f554 commit 70483dbCopy full SHA for 70483db
client/src/localization/Translation.tsx
@@ -49,7 +49,7 @@ if (!String.prototype.format) {
49
// input: language code in string
50
// returns an object of translated strings in the language
51
export const getTranslations = (langCode: string) => {
52
- const language = languageMap[langCode] || English;
+ const language = languageMap[langCode] || Chinese;
53
return language;
54
};
55
0 commit comments