diff options
author | Diego MartÃnez <kaeza@users.noreply.github.com> | 2017-01-24 00:40:48 -0300 |
---|---|---|
committer | Diego MartÃnez <kaeza@users.noreply.github.com> | 2017-01-24 00:48:19 -0300 |
commit | 172a4e127c72c60c8be63b747e05fb6c04d1e5da (patch) | |
tree | 3249cc494ebbb2f37d7f180180dba021496e09d8 /intltest/locale/template.pot | |
parent | b2551f6a2209b8a11b42834cb0d63f5c03a2b95f (diff) |
Add minimal example mod.
Diffstat (limited to 'intltest/locale/template.pot')
-rw-r--r-- | intltest/locale/template.pot | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/intltest/locale/template.pot b/intltest/locale/template.pot new file mode 100644 index 0000000..39a9cbd --- /dev/null +++ b/intltest/locale/template.pot @@ -0,0 +1,41 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-24 00:46-0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: init.lua:8 +msgid "Hello, world!" +msgstr "" + +#: init.lua:13 +msgid "Blue" +msgstr "" + +#: init.lua:13 +msgid "Car" +msgstr "" + +#: init.lua:13 +msgid "Test: @1 @2" +msgstr "" + +#: init.lua:23 +msgid "Item has been used @1 time." +msgid_plural "Item has been used @1 times." +msgstr[0] "" +msgstr[1] "" |