Explorar o código

feat: Update language.dart

Turkish language line is added.
hasanbeder %!s(int64=3) %!d(string=hai) anos
pai
achega
47e2571f38
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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";
     case "ru":
       return "русский";
+    case "tr":
+      return "Türkçe";
 
     // If not found then the language code will be displayed
     default: