initial commit

This commit is contained in:
2018-09-13 16:25:44 -03:00
commit d34bd8f72e
14 changed files with 350 additions and 0 deletions

1
po/LINGUAS Normal file
View File

@@ -0,0 +1 @@
es

2
po/POTFILES Normal file
View File

@@ -0,0 +1,2 @@
src/addtax.c
glade/window_main.glade

39
po/addtax.pot Normal file
View File

@@ -0,0 +1,39 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the addtax package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: addtax\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-13 10:09-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"
#: src/addtax.c:58 src/addtax.c:71
#, c-format
msgid "Usage: %s [prices...]\n"
msgstr ""
#: glade/window_main.glade:7
msgid "Add tax"
msgstr ""
#: glade/window_main.glade:32
msgid "Price"
msgstr ""
#: glade/window_main.glade:57
msgid "Calculate"
msgstr ""
#: glade/window_main.glade:80
msgid "$0"
msgstr ""

40
po/es.po Normal file
View File

@@ -0,0 +1,40 @@
# Spanish translations for addtax package.
# Copyright (C) 2018 THE addtax'S COPYRIGHT HOLDER
# This file is distributed under the same license as the addtax package.
# Automatically generated, 2018.
#
msgid ""
msgstr ""
"Project-Id-Version: addtax\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-13 10:09-0300\n"
"PO-Revision-Date: 2018-09-13 10:10-0300\n"
"Last-Translator: Chris Cromer <chris@cromer.cl>\n"
"Language-Team: none\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"
"X-Generator: Poedit 2.0.6\n"
#: src/addtax.c:58 src/addtax.c:71
#, c-format
msgid "Usage: %s [prices...]\n"
msgstr "Uso: %s [precios...]\n"
#: glade/window_main.glade:7
msgid "Add tax"
msgstr "Agregar impuestos"
#: glade/window_main.glade:32
msgid "Price"
msgstr "Precio"
#: glade/window_main.glade:57
msgid "Calculate"
msgstr "Calcular"
#: glade/window_main.glade:80
msgid "$0"
msgstr ""

4
po/meson.build Normal file
View File

@@ -0,0 +1,4 @@
i18n = import('i18n')
i18n.gettext(meson.project_name(),
args: '--directory=' + meson.source_root()
)