mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge pull request #383 from expload233/main
Fix typo in chinese Translation
This commit is contained in:
commit
24c6a3ebe3
2 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@
|
||||||
"launch_with_system": "随系统启动时运行应用程序",
|
"launch_with_system": "随系统启动时运行应用程序",
|
||||||
"enable_real_debrid": "启用 Real Debrid",
|
"enable_real_debrid": "启用 Real Debrid",
|
||||||
"real_debrid": "Real Debrid",
|
"real_debrid": "Real Debrid",
|
||||||
"real_debrid_api_token_hint": "您可以将API密钥填入<0>这里</0>.",
|
"real_debrid_api_token_hint": "您可以从<0>这里</0>获取API密钥.",
|
||||||
"save_changes": "保存更改"
|
"save_changes": "保存更改"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
|
|
|
@ -27,7 +27,7 @@ export const getSteamLanguage = (language: string) => {
|
||||||
if (language.startsWith("it")) return "italian";
|
if (language.startsWith("it")) return "italian";
|
||||||
if (language.startsWith("hu")) return "hungarian";
|
if (language.startsWith("hu")) return "hungarian";
|
||||||
if (language.startsWith("pl")) return "polish";
|
if (language.startsWith("pl")) return "polish";
|
||||||
if (language.startsWith("zh")) return "chinese";
|
if (language.startsWith("zh")) return "schinese";
|
||||||
if (language.startsWith("da")) return "danish";
|
if (language.startsWith("da")) return "danish";
|
||||||
|
|
||||||
return "english";
|
return "english";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue