Skip to content

Commit a11f1c5

Browse files
committed
minor #2418 [Autocomplete] Added polish translation for "Add ..." message (skmedix)
This PR was merged into the 2.x branch. Discussion ---------- [Autocomplete] Added polish translation for "Add ..." message | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT The change involves translating the placeholder text for adding items. Commits ------- f5f01f4 [Autocomplete] Added polish translation for "Add ..." message
2 parents bc1c99f + f5f01f4 commit a11f1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autocomplete/translations/AutocompleteBundle.pl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
'Loading more results...' => 'Wczytywanie więcej wyników...',
1414
'No results found' => 'Brak wyników',
1515
'No more results' => 'Brak więcej wyników',
16-
// 'Add %placeholder%...' => 'Add %placeholder%...',
16+
'Add %placeholder%...' => 'Dodaj %placeholder%...',
1717
];

0 commit comments

Comments
 (0)