forked from MapComplete/MapComplete
Wikidata language picker
This commit is contained in:
parent
b75581405e
commit
325e30666b
14 changed files with 335 additions and 213 deletions
10
Utils/LanguageUtils.ts
Normal file
10
Utils/LanguageUtils.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
import * as used_languages from "../assets/generated/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)
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue