mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
feat: Update language.dart
Turkish language line is added.
This commit is contained in:
parent
4a797fcf96
commit
47e2571f38
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ String languageFromLocale(Locale locale) {
|
|||
return "Português";
|
||||
case "ru":
|
||||
return "русский";
|
||||
case "tr":
|
||||
return "Türkçe";
|
||||
|
||||
// If not found then the language code will be displayed
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue