Added Arabic translation

This commit is contained in:
Christophe Dumez
2010-04-12 18:51:23 +00:00
parent 70c79f31c3
commit fc33702b81
10 changed files with 4775 additions and 2 deletions

View File

@@ -188,6 +188,7 @@ public:
if(iso[1] == 'S') { country_name = tr("Serbia"); return QIcon(":/Icons/flags/serbia.png"); }
break;
case 'S':
if(iso[1] == 'A') { country_name = tr("Saoudi Arabia"); return QIcon(":/Icons/flags/saoudi_arabia.png"); }
if(iso[1] == 'E') { country_name = tr("Sweden"); return QIcon(":/Icons/flags/sweden.png"); }
if(iso[1] == 'K') { country_name = tr("Slovakia"); return QIcon(":/Icons/flags/slovakia.png"); }
if(iso[1] == 'G') { country_name = tr("Singapore"); return QIcon(":/Icons/flags/singapore.png"); }