From a146962fb0674e604af04e6c825ff5fa3bcbd5e9 Mon Sep 17 00:00:00 2001 From: 01micko <01micko@gmail.com> Date: Sun, 15 May 2022 09:48:34 +1000 Subject: [PATCH 1/2] po/pt_BR: minor bugfix of syntax errors This caused creation of po/*gmo files to stop so the last few were not completed. --- po/pt_BR.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/pt_BR.po b/po/pt_BR.po index 1d74363b..8e83ddd8 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,7 +1,7 @@ -#~ Translators: -#~ Samuel Henrique Oltramari Pinto (SamuelOPH), , 2016-03-19 -#~ marcelocripe , 2021-09-21 -#~ marcelocripe , 2022-04-02 +# Translators: +# Samuel Henrique Oltramari Pinto (SamuelOPH), , 2016-03-19 +# marcelocripe , 2021-09-21 +# marcelocripe , 2022-04-02 msgid "" msgstr "" From 607fc3d4e3127b79f79cfd602e24523dfcf2a29d Mon Sep 17 00:00:00 2001 From: 01micko <01micko@gmail.com> Date: Sun, 15 May 2022 09:51:20 +1000 Subject: [PATCH 2/2] configure.ac: add AM_INIT_AUTOMAKE This fixes installation where in po/Makefile @mkdir_p@ was not defined and caused po/*gmo translations installation failure --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 11c058c9..7175206e 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AC_CONFIG_SRCDIR([src]) AC_CONFIG_SRCDIR([po]) AC_CONFIG_HEADERS([config.h]) AC_LANG(C) +AM_INIT_AUTOMAKE AC_PROG_CC AC_PROG_CPP