Browse Source

Adding Lithuanian translations.

philippe_mingo 24 years ago
parent
commit
3395999d28
1 changed files with 4 additions and 0 deletions
  1. 4 0
      functions/i18n.php

+ 4 - 0
functions/i18n.php

@@ -129,6 +129,10 @@
    $languages['th']['NAME']    = 'Thai';
    $languages['th']['CHARSET'] = 'tis-620';
 
+   $languages['lt']['NAME']    = 'Lithuanian';
+   $languages['lt']['CHARSET'] = 'iso-8859-13';
+   $languages['lt_LT']['ALIAS'] = 'lt';
+
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {
       global $debug_mime;