mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 03:32:13 +00:00
changed: added danish as a steam language in renderer helpers
This commit is contained in:
parent
9a8f29cfff
commit
c368d73e89
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ export const getSteamLanguage = (language: string) => {
|
|||
if (language.startsWith("it")) return "italian";
|
||||
if (language.startsWith("hu")) return "hungarian";
|
||||
if (language.startsWith("pl")) return "polish";
|
||||
if (language.startsWith("da")) return "danish";
|
||||
|
||||
return "english";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue