Skip to content

Commit ec9b380

Browse files
committed
minor #2216 autocomplete: add czech and slovak translation for "Add ..." message (fbuchlak)
This PR was merged into the 2.x branch. Discussion ---------- autocomplete: add czech and slovak translation for "Add ..." message | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | | License | MIT Add czech and slovak translation for `"Add %placeholder%..."` message Commits ------- 418f262 autocomplete: add czech and slovak translation for "Add ..." message
2 parents 1fcf2ea + 418f262 commit ec9b380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Autocomplete/translations/AutocompleteBundle.cs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
'Loading more results...' => 'Načítání dalších výsledků...',
1414
'No results found' => 'Nenalezeny žádné položky',
1515
'No more results' => 'Žádné další výsledky',
16-
// 'Add %placeholder%...' => 'Add %placeholder%...',
16+
'Add %placeholder%...' => 'Přidat %placeholder%...',
1717
];

src/Autocomplete/translations/AutocompleteBundle.sk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
'Loading more results...' => 'Načítavajú sa ďalšie výsledky...',
1414
'No results found' => 'Neboli nájdené žiadne výsledky',
1515
'No more results' => 'Žiadne ďalšie výsledky',
16-
// 'Add %placeholder%...' => 'Add %placeholder%...',
16+
'Add %placeholder%...' => 'Pridať %placeholder%...',
1717
];

0 commit comments

Comments
 (0)