Skip to content

Commit 166bd01

Browse files
committed
minor #1866 autocomplete: add slovak translations (fbuchlak)
This PR was merged into the 2.x branch. Discussion ---------- autocomplete: add slovak translations | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | | License | MIT Add Slovak translations for Autocomplete Commits ------- 15721fd autocomplete: add slovak translations
2 parents 653222c + 15721fd commit 166bd01

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
/*
4+
* This file is part of the Symfony package.
5+
*
6+
* (c) Fabien Potencier <fabien@symfony.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
return [
13+
'Loading more results...' => 'Načítavajú sa ďalšie výsledky...',
14+
'No results found' => 'Neboli nájdené žiadne výsledky',
15+
'No more results' => 'Žiadne ďalšie výsledky',
16+
];

0 commit comments

Comments
 (0)