Well, I have D6 installed with php, locale and i18n modules enabled. I want to create a page (node) where I add some text with echo t('sometext'); . I believe I should be able to see that string in translations and be able to enter the translation for the selected languages. But I cannot find it there. Any ideas?

Comments

nevets’s picture

I do not think it will work since your call is not part of core or a module.

kingofsevens’s picture

That's what I figured out. Thanks but don't you agree it feels like it should work that way?