Browse Source

feat: Update language.dart

Turkish language line is added.
hasanbeder 3 years ago
parent
commit
47e2571f38
1 changed files with 2 additions and 0 deletions
  1. 2 0
      frontend/app_flowy/packages/flowy_infra/lib/language.dart

+ 2 - 0
frontend/app_flowy/packages/flowy_infra/lib/language.dart

@@ -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: