Thanks for your reply, Jim. :)
On 12/02/2008, at 11:38 PM, Jim Correia wrote:
On Feb 12, 2008, at 8:02 AM, Clytie Siddall wrote:
I have created Clippings to fill in the top and bottom parts of PO
(gettext [1]) file headers. For example, the basic top header for
me is:
___
# Vietnamese translation for NAME.
# Copyright © #LOCALTIME %Y Free Software Foundation, Inc.
# Clytie Siddall <[EMAIL PROTECTED]>, #LOCALTIME %Y.
#
msgid ""
msgstr ""
___
This worked fine until I inserted the date/time placeholders. (I
was getting sick of changing the year on all these clippings each
time another year came around. ;) )
#localtime ...# is a clippings placeholder. Everything after
#localtime up to the next # is the format string.
Did you intend for the date to be inserted?
If so, you need to close off the localtime placeholder like this:
# Copyright © #LOCALTIME %Y# Free Software Foundation, Inc.
If you intend to insert that text literally, you can escape the
#localtime as \#localtime.
I knew it had to be something obvious.
<dongs head on keyboard again>
I did omit the final #. Thanks for the reminder. :)
from Clytie
Vietnamese Free Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>