소스 검색

put the sweedish translation in the LC_MESSAGES directory, adn added it to
i18n.php

Luke Ehresman 25 년 전
부모
커밋
c274dac51a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      functions/i18n.php

+ 2 - 0
functions/i18n.php

@@ -23,6 +23,8 @@
    $languages["ru"]["CHARSET"] = "koi8-r";
    $languages["pl"]["NAME"]    = "Polish";
    $languages["pl"]["CHARSET"] = "iso-8859-2";
+   $languages["sv"]["NAME"]    = "Sweedish";
+   $languages["sv"]["CHARSET"] = "iso-8859-1";
 
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {