Files
einundzwanzig-app/lang/lv/pagination.php
T
HolgerHatGarKeineNode 35ddad365c **Add Latvian translations and enhance localization support**
-  Added Latvian (`lv`) JSON translations and validation/password localization files.
- 🛠️ Updated `lang-country` config to include `lv-LV` and centralized language definitions.
- 🌐 Extended sidebar and navigation with new translatable strings.
-  Introduced 72px width customization for the sidebar layout.
-  Improved timezone mapping in Nostr publishing commands (added `Europe/Riga`).
- 🛠️ Refactored language selector to dynamically source available languages from the config.
2026-05-20 11:45:50 +02:00

9 lines
125 B
PHP

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