smov/src/assets
atomic atomic e05caba37e Translated using Weblate (French)
Currently translated at 87.8% (340 of 387 strings)

Translation: sudo-flix/main
Translate-URL: http://weblate.tinypixel.uk/projects/sudo-flix/main/fr/
2024-06-22 18:14:28 +00:00
..
css Add back scrollbar to homepage 2024-04-22 19:38:49 -04:00
locales Translated using Weblate (French) 2024-06-22 18:14:28 +00:00
templates Merge movie-web v4.5.0 to sudo-flix main 2024-02-26 17:26:48 -05:00
languages.ts Add danish language 2024-06-09 14:19:48 +02:00
README.md Update weblate link 2024-05-31 20:04:47 +00:00

About the languages

Locales are difficult, here is some guidance.

Process on adding new languages

  1. Use Weblate to add translations, see contributing guidelines.
  2. Add your language to @/assets/languages.ts. Must be in ISO format (ISO-639 for language and ISO-3166 for country/region). For joke languages, use any format.
  3. If the language code doesn't have a region specified (Such as in pt-BR, BR being the region), add a default region in @/utils/language.ts at defaultLanguageCodes
  4. If the language code doesn't contain a region (Such as in zh-Hant), add a default country in @/utils/language.ts at countryPriority.