Question
I made a change to the TWiki.pot file and do not see it reflected in my TWiki install (I changed the mgstr for WYSIWYG from "" to "Visual Edit").
Does something need to be enabled? I looked at maketext and couldn't tell if it just passed through if something wasn't turned on.
Note: When I looked through the file, I noticed that nothing has a msgstr value. Is this file really even read in by TWiki?
Environment
--
EricHanson - 14 Dec 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
No activity for over 30 days, sorry, closing this...
--
PeterThoeny - 01 Feb 2007
lame.
--
EricHanson - 09 Apr 2007
Commenting on
I noticed that nothing has a msgstr value
TWiki.pot has 3 parts for each string:
- location reference (is not read)
- translation id - this serves as the English text
- translation - this is empty in TWiki.pot, but contains translated values in the language files
It is quite likely that for English the
msgstr is not read. But to try it you would need to switch on Localisation in
configure.
--
ArthurClemens - 09 Apr 2007