about summary refs log tree commit diff
path: root/src/lib/routes/types.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/lib/routes/types.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/lib/routes/types.ts')
-rw-r--r--src/lib/routes/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts
index e2867a707..35a379d48 100644
--- a/src/lib/routes/types.ts
+++ b/src/lib/routes/types.ts
@@ -10,6 +10,7 @@ export type CommonNavigatorParams = {
   ModerationMutedAccounts: undefined
   ModerationBlockedAccounts: undefined
   Settings: undefined
+  LanguageSettings: undefined
   Profile: {name: string; hideBackButton?: boolean}
   ProfileFollowers: {name: string}
   ProfileFollows: {name: string}