Update list of languages

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-11-26 12:43:43 +01:00
parent 0beea8e6c6
commit f39d760cef
2 changed files with 12 additions and 8 deletions

View File

@@ -18,15 +18,20 @@ config :mobilizon, :cldr,
locales: [
"ar",
"be",
"bn",
"ca",
"cs",
"cy",
"de",
"en",
"es",
"fa",
"fi",
"fr",
"gd",
"gl",
"hu",
"id",
"it",
"ja",
"nl",
@@ -35,5 +40,6 @@ config :mobilizon, :cldr,
"pl",
"pt",
"ru",
"sv"
"sv",
"zh_Hant"
]