diff options
| author | 2023-04-04 00:39:42 +0300 | |
|---|---|---|
| committer | 2023-04-03 23:39:42 +0200 | |
| commit | 30b5a391f91145061cf10b0ed98110589a95fad7 (patch) | |
| tree | ea4e5067af7211787746ec0a5fcdf9c2537b3a40 /app/i18n/oc/gen.php | |
| parent | 4e2bbf820aa905100aa0c14c7276b491c92b1971 (diff) | |
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 <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/oc/gen.php')
| -rw-r--r-- | app/i18n/oc/gen.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/oc/gen.php b/app/i18n/oc/gen.php index 8e852a810..0b449f786 100644 --- a/app/i18n/oc/gen.php +++ b/app/i18n/oc/gen.php @@ -150,6 +150,7 @@ return array( 'it' => 'Italiano', // IGNORE 'ja' => '日本語', // IGNORE 'ko' => '한국어', // IGNORE + 'lv' => 'Latviešu', // IGNORE 'nl' => 'Nederlands', // IGNORE 'oc' => 'Occitan', // IGNORE 'pl' => 'Polski', // IGNORE |
