forked from MapComplete/MapComplete
Refactoring: move all code files into a src directory
This commit is contained in:
parent
de99f56ca8
commit
e75d2789d2
389 changed files with 0 additions and 12 deletions
9
src/Utils/LanguageUtils.ts
Normal file
9
src/Utils/LanguageUtils.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import used_languages from "../assets/used_languages.json"
|
||||
|
||||
export default class LanguageUtils {
|
||||
/**
|
||||
* All the languages there is currently language support for in MapComplete
|
||||
*/
|
||||
public static readonly usedLanguages: Set<string> = new Set(used_languages.languages)
|
||||
public static readonly usedLanguagesSorted: string[] = used_languages.languages
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue