Commit 3f5e1c0d02d47696e8eb4b75247f6e2afacc0462
1 parent
0648a0a4
Exists in
develop
Fixing win32 package build.
Showing
3 changed files
with
6 additions
and
3 deletions
Show diff stats
Makefile.in
locale/Makefile.in
| ... | ... | @@ -31,6 +31,7 @@ prefix=@prefix@ |
| 31 | 31 | exec_prefix=@exec_prefix@ |
| 32 | 32 | datarootdir=@datarootdir@ |
| 33 | 33 | localedir=${datarootdir}/locale |
| 34 | +srcdir=@srcdir@ | |
| 34 | 35 | |
| 35 | 36 | PACKAGE_NAME=@PACKAGE_NAME@ |
| 36 | 37 | GETTEXT_PACKAGE=@GETTEXT_PACKAGE@ |
| ... | ... | @@ -38,8 +39,7 @@ PACKAGE_VERSION=@PACKAGE_VERSION@ |
| 38 | 39 | PACKAGE_TARNAME=@PACKAGE_TARNAME@ |
| 39 | 40 | PRODUCT_NAME=@PRODUCT_NAME@ |
| 40 | 41 | |
| 41 | -BASEDIR=@BASEDIR@ | |
| 42 | -BINDIR=$(BASEDIR)/.bin/locale | |
| 42 | +BINDIR=.bin/locale | |
| 43 | 43 | |
| 44 | 44 | MKDIR=@MKDIR_P@ |
| 45 | 45 | MSGCAT=@MSGCAT@ | ... | ... |
locale/pt_BR.po
| ... | ... | @@ -5,7 +5,7 @@ msgid "" |
| 5 | 5 | msgstr "" |
| 6 | 6 | "Project-Id-Version: pw3270 5.0\n" |
| 7 | 7 | "Report-Msgid-Bugs-To: \n" |
| 8 | -"POT-Creation-Date: 2023-01-31 10:08-0300\n" | |
| 8 | +"POT-Creation-Date: 2023-04-05 11:08-0300\n" | |
| 9 | 9 | "PO-Revision-Date: 2021-11-22 22:07-0300\n" |
| 10 | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
| 11 | 11 | "Language-Team: Brazilian Portuguese <perry.werneck@gmail.com>\n" | ... | ... |