From 172a4e127c72c60c8be63b747e05fb6c04d1e5da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Mart=C3=ADnez?= Date: Tue, 24 Jan 2017 00:40:48 -0300 Subject: Add minimal example mod. --- intltest/locale/es.po | 40 ++++++++++++++++++++++++++++++++++++++++ intltest/locale/template.pot | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 intltest/locale/es.po create mode 100644 intltest/locale/template.pot (limited to 'intltest/locale') diff --git a/intltest/locale/es.po b/intltest/locale/es.po new file mode 100644 index 0000000..4638ff9 --- /dev/null +++ b/intltest/locale/es.po @@ -0,0 +1,40 @@ +# I18N Test Mod. +# Copyright (C) 2013-2017 Diego Martínez +# This file is distributed under the same license as the intllib mod. +# Diego Martínez , 2013-2017. +# +msgid "" +msgstr "" +"Project-Id-Version: I18N Test Mod 0.1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-24 00:46-0300\n" +"PO-Revision-Date: 2017-01-23 17:36-0300\n" +"Last-Translator: Diego Martnez \n" +"Language-Team: Spanish\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: init.lua:8 +msgid "Hello, world!" +msgstr "¡Hola, mundo!" + +#: init.lua:13 +msgid "Blue" +msgstr "Azul" + +#: init.lua:13 +msgid "Car" +msgstr "Carro" + +#: init.lua:13 +msgid "Test: @1 @2" +msgstr "Prueba: @2 @1" + +#: init.lua:23 +msgid "Item has been used @1 time." +msgid_plural "Item has been used @1 times." +msgstr[0] "El objeto ha sido usado @1 vez." +msgstr[1] "El objeto ha sido usado @1 veces." 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 , 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 \n" +"Language-Team: LANGUAGE \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] "" -- cgit v1.2.3