about summary refs log tree commit diff
path: root/src/components/hooks/dates.ts
diff options
context:
space:
mode:
authornilaallj <9767434+nilaallj@users.noreply.github.com>2025-01-24 20:54:45 +0100
committerGitHub <noreply@github.com>2025-01-24 11:54:45 -0800
commit9cb3b599638a7a2ba25128d4b4d4d4adee2db70c (patch)
treea0fed8e1ab9d88822891ea405d57b43f5b7d9e33 /src/components/hooks/dates.ts
parent630a8c3dc99441f54dc1e0537ae35a6deda3698f (diff)
downloadvoidsky-9cb3b599638a7a2ba25128d4b4d4d4adee2db70c.tar.zst
Add Swedish localization (#7232)
* Adding Swedish translation

* Fixes and improvements

* Fixes and improvements

* Fixed inconsistencies + some other improvements

* Made some improvements, added missing translations and added Swedish to app.config.js

* Force push to resolve conflicts in messages.po
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 7d497e109..4ee32c776 100644
--- a/src/components/hooks/dates.ts
+++ b/src/components/hooks/dates.ts
@@ -31,6 +31,7 @@ import {
   ptBR,
   ro,
   ru,
+  sv,
   th,
   tr,
   uk,
@@ -73,6 +74,7 @@ const locales: Record<AppLanguage, Locale | undefined> = {
   ['pt-BR']: ptBR,
   ro,
   ru,
+  sv,
   th,
   tr,
   uk,