forked from MapComplete/MapComplete
Reformat all files with prettier
This commit is contained in:
parent
e22d189376
commit
b541d3eab4
382 changed files with 50893 additions and 35566 deletions
|
@ -1,10 +1,8 @@
|
|||
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)
|
||||
public static readonly usedLanguages: Set<string> = new Set(used_languages.languages)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue