Browse Source

fix: Update Indonesian language from `Bahasa` to `Bahasa Indonesia` (#2555)

Co-authored-by: gitstart <[email protected]>
GitStart 2 years ago
parent
commit
18672b197c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/appflowy_flutter/packages/flowy_infra/lib/language.dart

+ 1 - 1
frontend/appflowy_flutter/packages/flowy_infra/lib/language.dart

@@ -38,7 +38,7 @@ String languageFromLocale(Locale locale) {
     case "hu":
       return "Magyar";
     case "id":
-      return "Bahasa";
+      return "Bahasa Indonesia";
     case "it":
       return "Italiano";
     case "ja":