Explorar o código

Added Russian translation.

gustavf %!s(int64=25) %!d(string=hai) anos
pai
achega
c65c7d9f43
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      functions/i18n.php

+ 2 - 0
functions/i18n.php

@@ -20,6 +20,8 @@
    $languages[1]["CODE"] = "no";
    $languages[2]["NAME"] = "Deutcsh";
    $languages[2]["CODE"] = "de";
+   $languages[2]["NAME"] = "Russian KOI8-R";
+   $languages[2]["CODE"] = "ru";
 
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {