From 30b5a391f91145061cf10b0ed98110589a95fad7 Mon Sep 17 00:00:00 2001 From: Exerra Date: Tue, 4 Apr 2023 00:39:42 +0300 Subject: Latvian localizations (#5254) * first lv translations * LV translation for index.php * LV translation for install.php * LV translation for feedback.php * LV translation for sub.php * LV translation for gen.php (not fully done) Will need to get a few more info to determine correct declension * LV translations for conf.php (maybe not finished?) * Fixed an issue with an array in app/i18n/lv/gen.php * Fix new translation * Fix LTR * Fixed incorrect LV translations * Removed "// DIRTY" from LV i18n --------- Co-authored-by: Alexandre Alapetite --- app/i18n/en/gen.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/en/gen.php') diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php index d3a36995f..fc84a1192 100644 --- a/app/i18n/en/gen.php +++ b/app/i18n/en/gen.php @@ -150,6 +150,7 @@ return array( 'it' => 'Italiano', 'ja' => '日本語', 'ko' => '한국어', + 'lv' => 'Latviešu', 'nl' => 'Nederlands', 'oc' => 'Occitan', 'pl' => 'Polski', -- cgit v1.2.3