Files
einundzwanzig-app/lang/lv/pagination.php
T
HolgerHatGarKeineNode e244c14f55 🌐 **Add and enhance localizations for multiple languages**
-  Added and synced new translations across `pt`, `nl`, `de`, and `lv` language files.
- 🛠️ Fixed missing and duplicate strings in multilingual JSON files.
-  Standardized formatting and indentation of `validation.php` (Latvian).
2026-05-24 21:57:40 +02:00

9 lines
129 B
PHP

<?php
declare(strict_types=1);
return [
'next' => 'Nākamais &raquo;',
'previous' => '&laquo; Iepriekšējais',
];