Hi..
I am using the modul LoginToboggan. In the translations folder i found a file named de.po for a german translation.
But i don´t know how to activate/use this translations.
I have some strings read from files. They are static inside file system but not defined in php. These strings are presented to the users and they should be translated. But potx complain t() cannot be called with variable as first argument. Basically I have this:
$strings = read_from_file();
t($strings[0]);
t($strings[1]);
// more or less like this
Somehow, the english language stopped working on my Drupal 6.9 setup.
It's listed on the languages page, but only Portuguese (my second language) is working.
I created a module and use potx to extract all the tranlatable strings into a .pot file. What module or program to use to create .po file from my .pot?