diff options
author | Softastur <servicios@softastur.org> | 2024-11-27 04:14:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-26 19:14:43 -0800 |
commit | 1edebc5dc7069447fab0d7ca4d7891e54d95d26a (patch) | |
tree | 1ac15934712178933f9809e6a1d5799eaac95d97 /lingui.config.js | |
parent | 5929c2678cee75196c6c12abc1e0f7a1cdfa6f4f (diff) | |
download | voidsky-1edebc5dc7069447fab0d7ca4d7891e54d95d26a.tar.zst |
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>
Diffstat (limited to 'lingui.config.js')
-rw-r--r-- | lingui.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lingui.config.js b/lingui.config.js index fa55468aa..418a65ac4 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -2,6 +2,7 @@ module.exports = { locales: [ 'en', + 'ast', 'an', 'ca', 'de', |