Files
einundzwanzig-app/lang/hu/pagination.php
HolgerHatGarKeineNode 8c1923f826 🚀 Add Nostr profile job, Hungarian translations, and Horizon integration
- Introduced `FetchNostrProfileJob` for retrieving and updating user Nostr profiles.
- Added Hungarian translations (`auth.php`, `passwords.php`, `validation.php`, and others) for improved localization.
- Integrated Laravel Horizon for enhanced queue management (`HorizonServiceProvider` added, `composer.json` updated).
- Updated German and Spanish language files to fix duplicate keys.
- Minor route addition for testing Nostr profile job dispatch.
2025-11-24 00:38:37 +01:00

9 lines
123 B
PHP

<?php
declare(strict_types=1);
return [
'next' => 'Következő &raquo;',
'previous' => '&laquo; Előző',
];