mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-05-20 20:55:36 +00:00
35ddad365c
- ➕ 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.
9 lines
125 B
PHP
9 lines
125 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'next' => 'Nākamais »',
|
|
'previous' => '« Iepriekšējais',
|
|
];
|