mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: Update language.dart
Turkish language line is added.
This commit is contained in:
parent
4a797fcf96
commit
47e2571f38
@ -32,6 +32,8 @@ String languageFromLocale(Locale locale) {
|
|||||||
return "Português";
|
return "Português";
|
||||||
case "ru":
|
case "ru":
|
||||||
return "русский";
|
return "русский";
|
||||||
|
case "tr":
|
||||||
|
return "Türkçe";
|
||||||
|
|
||||||
// If not found then the language code will be displayed
|
// If not found then the language code will be displayed
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user