Updated list of the available languages

I've updated the list of the available languages on the platform. I've included **all** the languages found on crowdin even if some are below the 75% of translation (Bosnian, Bulgarian, Japanese, Persian, Slovak). Thanks and have a good day.
This commit is contained in:
Francesco Franchina 2021-09-06 12:58:47 +02:00 committed by GitHub
commit de5bcf7add
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,24 +23,41 @@ APP_LANG=fr
The value of the `APP_LANG` variable must be a valid locale code matching one of the following options:
* Brazilian Portuguese - `pt_BR`
* Arabic - `ar`
* Bosnian - `bs`
* Bulgarian - `bg`
* Catalan - `ca`
* Chinese (Simplified) - `zh_CN`
* Chinese (Traditional) - `zh_TW`
* Croatian - `hr`
* Czech - `cs`
* Danish - `da`
* Dutch - `nl`
* English - `en`
* French - `fr`
* German (Formal) - `de`
* German (Informal) - `de_informal`
* Hebrew - `he`
* Hungarian - `hu`
* Indonesian - `id`
* Italian - `it`
* Japanese - `ja`
* Korean - `ko`
* Latvian - `lv`
* Lithuanian - `lt`
* Norwegian Bokmal - `nb`
* Persian - `fa`
* Polish - `pl`
* Portuguese - `pt_PT`
* Brazilian Portuguese - `pt_BR`
* Russian - `ru`
* Slovakian - `sk`
* Spanish - `es`
* Spanish, Argentinian - `es_AR`
* Slovak - `sk`
* Slovenian - `sl`
* Spanish - `es_ES`
* Argentinian Spanish - `es_AR`
* Swedish - `sv`
* Turkish - `tr`
* Ukrainian - `uk`
* Vietnamese - `vi`
### Public User Locale Autodetection