about summary refs log tree commit diff
path: root/src/routes.ts
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2023-09-21 13:33:19 -0500
committerGitHub <noreply@github.com>2023-09-21 11:33:19 -0700
commit8a5f9cd43df6afde99c0e0111c7de0faa7635162 (patch)
tree64fa6efcb4d66be8df51780657599e91565fb0c9 /src/routes.ts
parent335061f76349a4cecfdefb0348fc26bb67f6ebfa (diff)
downloadvoidsky-8a5f9cd43df6afde99c0e0111c7de0faa7635162.tar.zst
Language settings updates, new primary language setting (#1471)
* move content languages to screen

* add dropdown library, style primary lang select

* update settings button

* show selected langauges in button

* use primary language in translator link

* update copy

* lint
Diffstat (limited to 'src/routes.ts')
-rw-r--r--src/routes.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes.ts b/src/routes.ts
index 35266d85b..7049d60ff 100644
--- a/src/routes.ts
+++ b/src/routes.ts
@@ -6,6 +6,7 @@ export const router = new Router({
   Feeds: '/feeds',
   Notifications: '/notifications',
   Settings: '/settings',
+  LanguageSettings: '/settings/language',
   Moderation: '/moderation',
   ModerationMuteLists: '/moderation/mute-lists',
   ModerationMutedAccounts: '/moderation/muted-accounts',