about summary refs log tree commit diff
path: root/src/components/hooks/dates.ts
diff options
context:
space:
mode:
authorxurxogp <xguerrap@gmail.com>2024-11-24 00:54:59 +0100
committerGitHub <noreply@github.com>2024-11-23 15:54:59 -0800
commit7e7910edf77427fb0cbd9ed47b2722f18532def6 (patch)
tree1ecc612d91a54e3bffa24a383ec60bfae0b310be /src/components/hooks/dates.ts
parentaf4db872b5226e8803a3d27b5be968cdccf73448 (diff)
downloadvoidsky-7e7910edf77427fb0cbd9ed47b2722f18532def6.tar.zst
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 <aemenor@gmail.com>
Diffstat (limited to 'src/components/hooks/dates.ts')
-rw-r--r--src/components/hooks/dates.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/hooks/dates.ts b/src/components/hooks/dates.ts
index 28869df3e..2c604eb4a 100644
--- a/src/components/hooks/dates.ts
+++ b/src/components/hooks/dates.ts
@@ -16,6 +16,7 @@ import {
   es,
   fi,
   fr,
+  gl,
   hi,
   hu,
   id,
@@ -49,6 +50,7 @@ const locales: Record<AppLanguage, Locale | undefined> = {
   fi,
   fr,
   ga: undefined,
+  gl,
   hi,
   hu,
   id,