From 8a5f9cd43df6afde99c0e0111c7de0faa7635162 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 21 Sep 2023 13:33:19 -0500 Subject: 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 --- src/lib/routes/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/routes/types.ts') 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} -- cgit 1.4.1