9
Quote:
aerograf wrote:
If you install xoops by default, with English, some variables are written to the database, which you can then change only through the mysql editor.
For example table profile_field
There is no provision in the profile module to localize the strings in profile_field. You can create totally new fields, so it is possible no language constant ever existed. Only the initial setup uses the constants, after that whatever is entered in the profile module admin area is used.
If another language is properly installed as the default when the profile module is installed, it should use that language as the starting values in profile_field. To dynamically translate the profile_field field_title, you would need to use a multi-language hack like xlanguage.
Also, I think Michael is correct that the admin page screenshot issues are strings in the new transition theme:
modules/system/themes/transition/language/english/admin.php
Add translations for that file, and it should fix that issues.