Skip to content

Commit 38144ed

Browse files
committed
feature #1521 Update AutocompleteBundle.de.php (simonsolutions)
This PR was merged into the 2.x branch. Discussion ---------- Update AutocompleteBundle.de.php | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | | License | MIT Add German translation for string "load more results" Commits ------- 2697fea Update AutocompleteBundle.de.php
2 parents 033223c + 2697fea commit 38144ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autocomplete/translations/AutocompleteBundle.de.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
return [
13-
// 'Loading more results...' => 'Loading more results...',
13+
'Loading more results...' => 'Lade weitere Ergebnisse...',
1414
'No results found' => 'Keine Übereinstimmungen gefunden',
1515
'No more results' => 'Keine weiteren Ergebnisse',
1616
];

0 commit comments

Comments
 (0)