Update app.tsx (#288)

This commit is contained in:
Jaakko Rantamäki 2021-08-17 07:40:47 +03:00 committed by GitHub
parent d56916e93e
commit 0c479f8ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -110,6 +110,7 @@ class AppTab extends React.Component<AppTabProps, AppTabState> {
{ key: "it", text: "Italiano" },
{ key: "nl", text: "Nederlands" },
{ key: "pt-BR", text: "Português do Brasil" },
{ key: "fi-FI", text: "Suomi" },
{ key: "sv", text: "Svenska" },
{ key: "tr", text: "Türkçe" },
{ key: "uk", text: "Українська" },
@ -258,4 +259,4 @@ class AppTab extends React.Component<AppTabProps, AppTabState> {
)
}
export default AppTab
export default AppTab