mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
build: Use correct gettext domain when installing translation files
https://bugzilla.gnome.org/show_bug.cgi?id=770475
This commit is contained in:
committed by
Christian Hergert
parent
55b374b8be
commit
fb26c2e8c1
@ -1,7 +1,7 @@
|
|||||||
# Makefile variables for PO directory in any package using GNU gettext.
|
# Makefile variables for PO directory in any package using GNU gettext.
|
||||||
|
|
||||||
# Usually the message domain is the same as the package name.
|
# Usually the message domain is the same as the package name.
|
||||||
DOMAIN = $(GETTEXT_DOMAIN)
|
DOMAIN = $(PACKAGE)
|
||||||
|
|
||||||
# These two variables depend on the location of this directory.
|
# These two variables depend on the location of this directory.
|
||||||
subdir = po
|
subdir = po
|
||||||
|
|||||||
Reference in New Issue
Block a user