Add "ast" locale support (#6411)

* Add "ast" locale support

* Add "ast" locale support

* Add "ast" locale support

* Add "ast" locale support

* Add "ast" locale support

* Add "ast" locale support

* Add "ast" translations

This commit adds preliminary translation support for "ast" locale. Around 20% is translated.

* Update "ast" locale translations

* Update "ast" translations

Fixes minor spelling mistakes and translates many strings more

* Update messages.po

With this commit we reach the 55% of strings translated after the last code sync

---------

Co-authored-by: Paul Frazee <pfrazee@gmail.com>
This commit is contained in:
Softastur
2024-11-27 04:14:43 +01:00
committed by GitHub
parent 5929c2678c
commit 1edebc5dc7
7 changed files with 8613 additions and 0 deletions
+2
View File
@@ -10,6 +10,7 @@
import React from 'react'
import {formatDistance, Locale} from 'date-fns'
import {
ast,
ca,
de,
enGB,
@@ -44,6 +45,7 @@ import {useLanguagePrefs} from '#/state/preferences'
*/
const locales: Record<AppLanguage, Locale | undefined> = {
en: undefined,
ast,
an: undefined,
ca,
de,