mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
* Makevars: Rewrote the MSGMERGE flags selection so that the
--no-location can be overridden more easily.
This commit is contained in:
parent
5c4334665e
commit
ffeffd1ced
@ -1,3 +1,8 @@
|
|||||||
|
2005-07-03 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
|
* Makevars: Rewrote the MSGMERGE flags selection so that the
|
||||||
|
--no-location can be overridden more easily.
|
||||||
|
|
||||||
2005-07-03 Roland Illig <roland.illig@gmx.de>
|
2005-07-03 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
* hu.po: Updated hungarian translation, provided by Arpad Biro
|
* hu.po: Updated hungarian translation, provided by Arpad Biro
|
||||||
|
@ -40,6 +40,7 @@ MSGID_BUGS_ADDRESS = mc-devel@gnome.org
|
|||||||
# message catalogs shall be used. It is usually empty.
|
# message catalogs shall be used. It is usually empty.
|
||||||
EXTRA_LOCALE_CATEGORIES =
|
EXTRA_LOCALE_CATEGORIES =
|
||||||
|
|
||||||
# Suppress location information
|
# Suppress location information by default
|
||||||
MSGMERGE = msgmerge --no-location
|
MSGMERGE_FLAGS ?= --no-location
|
||||||
MSGMERGE_UPDATE = msgmerge --update --no-location
|
MSGMERGE = msgmerge ${MSGMERGE_FLAGS}
|
||||||
|
MSGMERGE_UPDATE = msgmerge --update ${MSGMERGE_FLAGS}
|
||||||
|
Loading…
Reference in New Issue
Block a user