Merge remote-tracking branch 'origin/main' into remote_db
This commit is contained in:
@@ -1215,7 +1215,7 @@
|
||||
"searchHint4": "الموقع",
|
||||
"searchHint5": "قريبًا: الوجوه والبحث السحري ✨",
|
||||
"addYourPhotosNow": "أضف صورك الآن",
|
||||
"searchResultCount": "{count, plural, one{{count} النتائج التي تم العثور عليها} other{{{count} النتائج التي تم العثور عليها}}",
|
||||
"searchResultCount": "{count, plural, one{{count} النتائج التي تم العثور عليها} other{{count} النتائج التي تم العثور عليها}}",
|
||||
"@searchResultCount": {
|
||||
"description": "Text to tell user how many results were found for their search query",
|
||||
"placeholders": {
|
||||
|
||||
@@ -132,6 +132,8 @@ class _ItemsWidgetState extends State<ItemsWidget> {
|
||||
return '日本語';
|
||||
case 'nl':
|
||||
return 'Nederlands';
|
||||
case 'no':
|
||||
return 'Norsk';
|
||||
case 'pl':
|
||||
return 'Polski';
|
||||
case 'pt':
|
||||
|
||||
Reference in New Issue
Block a user