pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update weblate link

Cooper e1693a07 508ac3e2

+1 -1
+1 -1
src/assets/README.md
··· 3 3 Locales are difficult, here is some guidance. 4 4 5 5 ## Process on adding new languages 6 - 1. Use [Weblate](https://weblate.tinypixel.uk/projects/sudo-flix/main) to add translations, see contributing guidelines. 6 + 1. Use [Weblate](https://docs.sudo-flix.lol/links/weblate) to add translations, see contributing guidelines. 7 7 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. 8 8 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` 9 9 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`.