mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 16:53:57 +00:00
changed: added danish as a steam language in renderer helpers
This commit is contained in:
committed by
ruthenium44
parent
9a8f29cfff
commit
c368d73e89
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user