From 1edebc5dc7069447fab0d7ca4d7891e54d95d26a Mon Sep 17 00:00:00 2001 From: Softastur Date: Wed, 27 Nov 2024 04:14:43 +0100 Subject: 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 --- lingui.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lingui.config.js') 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', -- cgit 1.4.1