1
Fork 0

Add reference to Portuguese in language list in UI

This commit is contained in:
Bruno Pereira 2021-08-10 00:31:03 +01:00
parent c334727900
commit 019bfbac95
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ const languagePreferences = [
flag: 'zh-HK',
value: LanguageTranslation.TraditionalChinese,
},
{
key: 11,
label: 'Português',
flag: 'pt',
value: LanguageTranslation.Portuguese,
},
]
const CHANGE_USER_PREFERENCES = gql`