Skip to content

Commit

Permalink
Update for 1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Jan 22, 2022
1 parent 2cca4a6 commit af94bd7
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SUBDIRS = po src

dist_pkgdata_DATA = cow_small.png cow_med.png cow_large.png
EXTRA_DIST = config.rpath m4/ChangeLog cow.svg xcowsay.6
EXTRA_DIST = config.rpath m4/ChangeLog cow.svg xcowsay.6 test.sh
man_MANS = xcowsay.6

ACLOCAL_AMFLAGS = -I m4
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([xcowsay], [1.5.1],
AC_INIT([xcowsay], [1.6],
[Nick Gasson <nick@nick.me.uk>],
[xcowsay])
AC_PREREQ([2.63])
Expand Down
9 changes: 7 additions & 2 deletions po/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pt_BR\n"
"Report-Msgid-Bugs-To: nick@cakesniffer.co.uk\n"
"POT-Creation-Date: 2020-10-01 12:27+0800\n"
"POT-Creation-Date: 2022-01-22 15:33+0800\n"
"PO-Revision-Date: 2010-11-06 16:39-0200\n"
"Last-Translator: Phantom X <megaphantomx at bol.com.br>\n"
"Language-Team: Português do Brasil <pt@li.org>\n"
Expand Down Expand Up @@ -135,7 +135,12 @@ msgstr "Reporte bugs para nick@nickg.me.uk"
msgid "Error: %s is not a valid integer\n"
msgstr "Erro: %s não é um inteiro válido\n"

#: src/xcowsay.c:184
#: src/xcowsay.c:189
#, fuzzy, c-format
msgid "Error: %s is not a valid number\n"
msgstr "Erro: %s não é um inteiro válido\n"

#: src/xcowsay.c:196
#, c-format
msgid "Error: failed to parse '%s' as position\n"
msgstr "Erro: falha ao analisar '%s' como posição\n"
9 changes: 7 additions & 2 deletions po/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ru\n"
"Report-Msgid-Bugs-To: nick@cakesniffer.co.uk\n"
"POT-Creation-Date: 2020-10-01 12:27+0800\n"
"POT-Creation-Date: 2022-01-22 15:33+0800\n"
"PO-Revision-Date: 2010-02-03 10:25+0500\n"
"Last-Translator: <kirin.yuri@ya.ru>\n"
"Language-Team: Russian\n"
Expand Down Expand Up @@ -134,7 +134,12 @@ msgstr "Об ошибках пишите на nick@nickg.me.uk"
msgid "Error: %s is not a valid integer\n"
msgstr "Ошибка: %s не является корректным целым числом\n"

#: src/xcowsay.c:184
#: src/xcowsay.c:189
#, fuzzy, c-format
msgid "Error: %s is not a valid number\n"
msgstr "Ошибка: %s не является корректным целым числом\n"

#: src/xcowsay.c:196
#, c-format
msgid "Error: failed to parse '%s' as position\n"
msgstr "Ошибка: '%s' не является корректным значением координат\n"
11 changes: 8 additions & 3 deletions po/xcowsay.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: xcowsay 1.5.1\n"
"Project-Id-Version: xcowsay 1.6\n"
"Report-Msgid-Bugs-To: nick@cakesniffer.co.uk\n"
"POT-Creation-Date: 2020-10-01 12:27+0800\n"
"POT-Creation-Date: 2022-01-22 15:33+0800\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"
Expand Down Expand Up @@ -128,7 +128,12 @@ msgstr ""
msgid "Error: %s is not a valid integer\n"
msgstr ""

#: src/xcowsay.c:184
#: src/xcowsay.c:189
#, c-format
msgid "Error: %s is not a valid number\n"
msgstr ""

#: src/xcowsay.c:196
#, c-format
msgid "Error: failed to parse '%s' as position\n"
msgstr ""

0 comments on commit af94bd7

Please sign in to comment.