updated for german translation

This commit is contained in:
lkehresman 2000-03-07 22:22:20 +00:00
parent 7ae9bda49c
commit 7c51477d69

View file

@ -18,6 +18,8 @@
$languages[0]["CODE"] = "en";
$languages[1]["NAME"] = "Norsk";
$languages[1]["CODE"] = "no";
$languages[2]["NAME"] = "German";
$languages[2]["CODE"] = "ger";
// Decodes a string to the internal encoding from the given charset
function charset_decode ($charset, $string) {