Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting no translations back. #42

Open
jojojames opened this issue Mar 28, 2014 · 0 comments
Open

Getting no translations back. #42

jojojames opened this issue Mar 28, 2014 · 0 comments

Comments

@jojojames
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant