From 7e7910edf77427fb0cbd9ed47b2722f18532def6 Mon Sep 17 00:00:00 2001 From: xurxogp Date: Sun, 24 Nov 2024 00:54:59 +0100 Subject: Added Galician language localization (#6463) * Update languages.ts added galician language * Update i18n.web.ts added import of galician translations file * Update i18n.ts added galician language * Update helpers.ts added galician to sanitizeLanguage function * galician messages First commit * Second commit * Third commit * fourth commit * fifth commit * Update lingui.config.js change to make available Galician language * galician translation by Carlos Vieito and Alexandre Espinosa --------- Co-authored-by: Alexandre Espinosa Menor --- 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 408f4dd13..0bd8a225f 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -9,6 +9,7 @@ module.exports = { 'fi', 'fr', 'ga', + 'gl', 'hi', 'hu', 'id', -- cgit 1.4.1