mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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.
|
||||
|
||||
# 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.
|
||||
subdir = po
|
||||
|
||||
Reference in New Issue
Block a user