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
This commit is contained in:
Eric Bailey
2023-09-21 13:33:19 -05:00
committed by GitHub
parent 335061f763
commit 8a5f9cd43d
13 changed files with 272 additions and 14 deletions
+1
View File
@@ -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}