From 78251836d0d324f8e8f435be9ad48b4a4f12df20 Mon Sep 17 00:00:00 2001 From: sussy-code Date: Fri, 31 May 2024 20:04:47 +0000 Subject: [PATCH] Update weblate link --- src/assets/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/README.md b/src/assets/README.md index d3820f45d..5d155e905 100644 --- a/src/assets/README.md +++ b/src/assets/README.md @@ -3,7 +3,7 @@ Locales are difficult, here is some guidance. ## Process on adding new languages -1. Use Weblate to add translations, see contributing guidelines. +1. Use [Weblate](https://weblate.tinypixel.uk/projects/sudo-flix/main) 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`.