p-stream/src/assets
2024-06-09 20:49:39 +02:00
..
css Add back scrollbar to homepage 2024-04-22 19:38:49 -04:00
locales Translated using Weblate (Danish) 2024-06-09 16:08:55 +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.