Browse Source

feat: Update language.dart

Turkish language line is added.
hasanbeder 3 năm trước cách đây
mục cha
commit
47e2571f38
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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: