Skip to content

Commit 15721fd

Browse files
committed
autocomplete: add slovak translations
1 parent 653222c commit 15721fd

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 <[email protected]>
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)