Skip to content

Commit

Permalink
Update Luri (Bakhtiari) locale title
Browse files Browse the repository at this point in the history
  • Loading branch information
kefir500 committed Dec 9, 2024
1 parent 1a0a7df commit 6538f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/language.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
Expand Down

0 comments on commit 6538f6f

Please sign in to comment.