Skip to content

Commit e03f9c0

Browse files
committed
bug #573 Add missing Arabic translation 'No more results' (nalabdou)
This PR was merged into the 2.x branch. Discussion ---------- Add missing Arabic translation 'No more results' | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Tickets | None <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Features and deprecations must be submitted against branch main. --> Commits ------- bc47a00 Add missing Arabic translation 'No more results'
2 parents b060bf6 + bc47a00 commit e03f9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autocomplete/translations/AutocompleteBundle.ar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
return [
44
'No results found' => 'لم يتم العثور على أي نتائج',
5-
// 'No more results' => 'No more results',
5+
'No more results' => 'لا يوجد نتائج أٌخرى',
66
];

0 commit comments

Comments
 (0)