mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
Initialize Persian Language (#239)
Translate Readme to Persian and make it in Docs section Translate Phrases and words for Persian language Add Macos build section to main readme
This commit is contained in:
@@ -164,6 +164,9 @@ int main(int argc, char *argv[]) {
|
||||
case 2:
|
||||
locale = "zh_CN";
|
||||
break;
|
||||
case 3:
|
||||
locale = "fa_IR"; //farsi(iran)
|
||||
break;
|
||||
default:
|
||||
locale = QLocale().name();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user