Explorar el Código

feat: Update language.dart

Turkish language line is added.
hasanbeder hace 3 años
padre
commit
47e2571f38
Se han modificado 1 ficheros con 2 adiciones y 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: