Hey there,
for me localization only works in parts. I cannot translate anything at the webinterface since the entered information doesn't seem to get saved. Do you have any idea? The specific line in conf.php looks like the following:
$languages = array("de" => "deutsch", "en" => "english");
Okay, that's a working translation I imported from kloeschen.de:
mysql> SELECT * FROM locales WHERE string = "localization";
+-----+------------------+--------------+----+----+----+----+----+----+----+----+--------------------------+
| lid | location | string | da | fi | fr | en | es | nl | no | sw | de |
+-----+------------------+--------------+----+----+----+----+----+----+----+----+--------------------------+
| 19 | /?q=admin/system | localization | | | | | | | | | Sprachunterstützung |
+-----+------------------+--------------+----+----+----+----+----+----+----+----+--------------------------+
1 row in set (0.01 sec)
When I enter a translation at the webfrontend, nothing will get saved in the database. If I modify the database
by hand, It'll of course get saved:
mysql> SELECT * FROM locales WHERE string = "localization";
+-----+------------------+--------------+----+----+----+----+----+----+----+----+--------------------------+
| lid | location | string | da | fi | fr | en | es | nl | no | sw | de |