Skip to content

Commit

Permalink
Add Kurdish Sorani language
Browse files Browse the repository at this point in the history
  • Loading branch information
drpshtiwan authored May 14, 2024
1 parent cf7e03a commit 49a6263
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions lib/src/upgrade_messages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ class UpgraderMessages {
message =
'{{appName}}有新的版本!您拥有{{currentInstalledVersion}}的版本可更新到{{currentAppStoreVersion}}的版本。';
break;
case 'ku':
message =
'وەشانی نوێی {{appName}} بەردەستە! وەشانی {{currentAppStoreVersion}} بەردەستە- تۆ وەشانی {{currentInstalledVersion}} دابەزاندوە.';
break;
case 'en':
default:
message =
Expand Down Expand Up @@ -470,6 +474,8 @@ class UpgraderMessages {
break;
case 'zh':
message = '以后';
case 'ku':
message = 'دواتر';
break;
case 'en':
default:
Expand Down Expand Up @@ -584,6 +590,9 @@ class UpgraderMessages {
case 'zh':
message = '更新';
break;
case 'ku':
message = 'نوێکردنەوە';
break;
case 'en':
default:
message = 'UPDATE NOW';
Expand Down Expand Up @@ -697,6 +706,9 @@ class UpgraderMessages {
case 'zh':
message = '您现在要更新应用程序吗?';
break;
case 'ku':
message = 'دەتەوێت ئێستا نوێی بکەیەوە؟';
break;
case 'en':
default:
message = 'Would you like to update it now?';
Expand Down Expand Up @@ -754,6 +766,10 @@ class UpgraderMessages {
message = 'Yayın Notları';
break;

case 'ku':
message = 'تیبینەکانی وەشان';
break;

case 'bn':
case 'el':
case 'fa':
Expand Down Expand Up @@ -886,6 +902,9 @@ class UpgraderMessages {
case 'zh':
message = '更新应用程序?';
break;
case 'ku':
message = 'نوێکردنەوەی ئەپ؟';
break;
case 'en':
default:
message = 'Update App?';
Expand Down

0 comments on commit 49a6263

Please sign in to comment.