Skip to content

Getting no translations back. #42

@jojojames

Description

@jojojames

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions