Hi,
Since a PO file uses the source text as its ID I cannot upload a file
like the example below to Transifex:
msgid "simple text"
msgstr ""
msgid "simple text"
msgstr ""
To work around the problem of text being IDs PO is normally using
domains:
So something like the following should work:
msgid "simple text"
msgstr ""
domain "second"
msgid "simple text"
msgstr ""
But it doesn't.
+1.
msgctxt should work perfectly with Transifex.
-d
> for instance:
> msgid "simple text"
> msgstr ""
>
> msgctxt "second"
> msgid "simple text"
> msgstr ""
>
> Take for instance java properties or other key/value pair style formats, cou
> could use msgctxt as the "key" and msgid as the "value".
> cheers,
> asgeir
> [1]
> http://google.com/codesearch?hl=en&lr=&q=file:^.*\.po$+^domain&sbtn=Search
--
Dimitris Glezos
Transifex: The Multilingual Publishing Revolution
http://www.transifex.net/ -- http://www.indifex.com/
Perfect. Thanks Asgeir.
-ys
It does. Thanks Dimitris.
-ys