Merge remote-tracking branch 'origin/main' into remote_db

This commit is contained in:
Neeraj Gupta
2025-04-28 13:55:46 +05:30
2 changed files with 3 additions and 1 deletions

View File

@@ -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": {

View File

@@ -132,6 +132,8 @@ class _ItemsWidgetState extends State<ItemsWidget> {
return '日本語';
case 'nl':
return 'Nederlands';
case 'no':
return 'Norsk';
case 'pl':
return 'Polski';
case 'pt':