Translation file technical question on location/usage
Posted by Anonymous on January 15, 2010 at 4:29am
Hi all! I have a general question on how translation files (.po files) are used and work.
I have this code in a Ubercart module (ubercart/uc_store/uc_store.module) that I have been trying to get translated:
'first_name' => t('First name'),I imported the l.d.o translation files and found the translation in ubercart/translations/general.ja.po
#: uc_store.admin.inc:233 uc_store.module:708;1177
msgid "First name"
msgstr "名"This looks like it should work but it doesn't.
Read more