forked from potsda.mn/mobilizon
67b906cc96
- Load the language files correctly when language is changed - Save user language in localstorage so that we can have it even if disconnected (but still load it from user settings eventually since user might be on a different device) - Load all locales from Cldr with Gettext - Fix pt-PT -> pt-BR - Clean some obsolete config.exs comments Later changes will allow to set the language without an account https://framagit.org/framasoft/mobilizon/-/issues/375 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
22 lines
422 B
JSON
22 lines
422 B
JSON
{
|
|
"ar": "العربية",
|
|
"be": "Беларуская мова",
|
|
"ca": "Català",
|
|
"cs": "čeština",
|
|
"de": "Deutsch",
|
|
"en": "English",
|
|
"es": "Español",
|
|
"fi": "suomi",
|
|
"fr": "Français",
|
|
"gl": "Galego",
|
|
"it": "Italiano",
|
|
"ja": "日本語",
|
|
"nl": "Dutch",
|
|
"oc": "Occitan",
|
|
"pl": "Polski",
|
|
"pt": "Português",
|
|
"pt_BR": "Português brasileiro",
|
|
"ru": "Русский",
|
|
"sv": "Svenska"
|
|
}
|