From 85934654f1f6bf34ed044fc38bf83d6f159d5288 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Tue, 9 May 2017 01:17:06 -0600 Subject: [PATCH] Adding Lithuanian to the available languages Refs: #2648 --- modules/system/lang/en/lang.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php index b227f541e..a2eaaf033 100644 --- a/modules/system/lang/en/lang.php +++ b/modules/system/lang/en/lang.php @@ -25,6 +25,7 @@ return [ 'id' => 'Bahasa Indonesia', 'it' => 'Italiano', 'ja' => '日本語', + 'lt' => 'Lietuvių', 'lv' => 'Latvijas', 'nb-no' => 'Norsk (Bokmål)', 'nl' => 'Nederlands',