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:
Persian Prince
2023-01-01 11:59:13 +03:30
committed by GitHub
parent e21433a107
commit 8aee735d03
7 changed files with 1479 additions and 1 deletions

View File

@@ -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();
}