diff options
author | Juan Pablo MartÃnez <jpmart@unizar.es> | 2024-11-27 04:06:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-26 19:06:47 -0800 |
commit | 5929c2678cee75196c6c12abc1e0f7a1cdfa6f4f (patch) | |
tree | 42ba044e5cddf896882403b853d24cd5aca9d096 /lingui.config.js | |
parent | 8cbe68306de3ed9169ca3fded5b8285e545d39bb (diff) | |
download | voidsky-5929c2678cee75196c6c12abc1e0f7a1cdfa6f4f.tar.zst |
Add Aragonese language ('an') support and l10n (#6638)
* Update languages.ts * Update i18n.web.ts * Update i18n.ts * Update helpers.ts * Create messages.po * Update lingui.config.js * Update dates.ts * Add files via upload * Update src/components/hooks/dates.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/components/hooks/dates.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update i18n.ts * Update messages.po * Update src/locale/i18n.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.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 1761471ae..fa55468aa 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -2,6 +2,7 @@ module.exports = { locales: [ 'en', + 'an', 'ca', 'de', 'en-GB', |