Skip ar_AE language since it is not supported yet
This commit is contained in:
parent
0dd3b89f1d
commit
1efa544fe6
1 changed files with 4 additions and 1 deletions
|
@ -193,7 +193,10 @@ NewLanguageScreen::NewLanguageScreen() : ListPopupScreen("Language") {
|
|||
if (tempLangs[i].name.find("README") != std::string::npos) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// Skip ar_AE
|
||||
if (tempLangs[i].name.find("ar_AE") != std::string::npos) {
|
||||
continue;
|
||||
}
|
||||
FileInfo lang = tempLangs[i];
|
||||
langs_.push_back(lang);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue