Browse Source

Update Luri (Bakhtiari) locale title

Alexander Gorishnyak 3 months ago
parent
commit
6538f6f707
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/base/language.cpp

+ 1 - 1
src/base/language.cpp

@@ -11,7 +11,7 @@ Language::Language(const QString &path)
 
     if (code == "bqi") {
         // Provide the missing language title for Luri (Bakhtiari)
-        title = "بختیاری";
+        title = "لۊری بختیاری";
     } else {
         title = Utils::capitalize(locale.nativeLanguageName());
     }