UBER-318: Allow to configure default language (#3342)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2023-06-05 14:36:04 +07:00
committed by GitHub
parent d0d98f286c
commit b6f9dba84a
10 changed files with 43 additions and 9 deletions
+2 -1
View File
@@ -58,6 +58,7 @@ export default mergeIds(loginId, login, {
GetLink: '' as IntlString,
AlreadyJoined: '' as IntlString,
ConfirmationSent: '' as IntlString,
ConfirmationSent2: '' as IntlString
ConfirmationSent2: '' as IntlString,
Slogan: '' as IntlString
}
})