Add Croatian language

This commit is contained in:
Ante Dražić
2024-07-10 11:18:04 +02:00
parent 34625256df
commit a334e6b0ae
2 changed files with 21 additions and 0 deletions

20
app/translations/hr.yaml Normal file
View File

@@ -0,0 +1,20 @@
home: Početna
download: Preuzmi ovaj Direktorij
search: Traži
file:
name: Naziv Datoteke
size: Veličina
date: Datum
info: Podaci o Datoteci
powered_by: Pokreće
scroll_to_top: Povratak na Vrh
toggle_theme: Prebacivanje Svijetlog/Tamnog Načina Rada
error:
directory_not_found: Direktorij ne postoji
file_not_found: Datoteka nije pronađena
file_size_exceeded: Veličina datoteke je prevelika
no_results_found: Nema rezultata
unexpected: Došlo je do neočekivane pogreške
enable_debugging: Omogućite otklanjanje pogrešaka za dodatne informacije

View File

@@ -23,6 +23,7 @@ class TranslationFactoryTest extends TestCase
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('es'));
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('et'));
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('fr'));
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('hr'));
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('hu'));
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('id'));
$this->assertInstanceOf(MessageCatalogue::class, $translator->getCatalogue('it'));