Update app.tsx (#288)
This commit is contained in:
parent
d56916e93e
commit
0c479f8ddb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue