1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Added Turkish translations.

This commit is contained in:
Furkan
2019-09-13 15:45:38 +03:00
parent ec29c08beb
commit 84c36f6032
10 changed files with 852 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<?php
/**
* Pagination Language Lines
* The following language lines are used by the paginator library to build
* the simple pagination links.
*/
return [
'previous' => '&laquo; Önceki',
'next' => 'Sonraki &raquo;',
];