about summary refs log tree commit diff
path: root/src/components/hooks/dates.ts
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2025-03-05 23:56:13 +0000
committerGitHub <noreply@github.com>2025-03-05 15:56:13 -0800
commita42efd15d781f5bd7225589bbc0dd753aff44166 (patch)
treea99b72905f848df75db52e1b3514c5c9d6776a0b /src/components/hooks/dates.ts
parentd0c2003cc77f8646e8aa9ae450c5accf889293ce (diff)
downloadvoidsky-a42efd15d781f5bd7225589bbc0dd753aff44166.tar.zst
Add language: Scottish Gaelic (#7864)
* Create messages.po

* Update app.config.js

* Update lingui.config.js

* Update dates.ts

* Update helpers.ts

* Update i18n.ts

* Update i18n.web.ts

* Update languages.ts
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 766e4997a..6b4b5f8fd 100644
--- a/src/components/hooks/dates.ts
+++ b/src/components/hooks/dates.ts
@@ -20,6 +20,7 @@ import {
   eu,
   fi,
   fr,
+  gd,
   gl,
   hi,
   hu,
@@ -64,6 +65,7 @@ const locales: Record<AppLanguage, Locale | undefined> = {
   fi,
   fr,
   ga: undefined,
+  gd,
   gl,
   hi,
   hu,