-
Notifications
You must be signed in to change notification settings - Fork 42
Description
I have installed vernacular using make; make install, brought the dlls over to my xamarin project and wrote this small script.
Inside my code file is this line.
string a = Catalog.GetString ("teststring", "testcomment");
vernacular
--output=em.pot
--input=Debug/EMXamarin.dll
--source-root=$EMCLIENTROOT/etc/etc
--generator=po
--pot
--meta="Project-Id-Version=EM PROJECT"
--meta="Project-Creation-Date=$(date '+%Y-%m-%d %H:$M%z')"
--log
--verbose
--analyze
I end up getting this back.
msgid ""
msgstr ""
"Project-Id-Version: EM PROJECT\n"
"Project-Creation-Date: 2014-03-28 11:$M-0700\n"
"PO-Revision-Date: 2014-03-28 11:31-07\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Vernacular"