I have some strings in my theme/template and I was hoping to translate them with t(), but they don't appear in /admin/build/translate/search. I could do it in PHP code and make my own function, but is this "the right way"?
feedback
|
|
Like Nikit and Paul pointed out, opening the page in order for the strings to be processed and added to the translation table is an option, but if you have many theme files there is a module that precisely scans a folder for translatable strings and builds a POT file so you can translate all those strings easier and faster. I'd highly recommend you http://drupal.org/project/potx and http://www.poedit.net/ | |||
|
feedback
|