parent
590c37e207
commit
ecb4459e31
|
@ -1,5 +1,5 @@
|
||||||
# - Find GNU gettext tools
|
# - Find GNU gettext tools
|
||||||
# This module looks for the GNU gettext tools. This module defines the
|
# This module looks for the GNU gettext tools. This module defines the
|
||||||
# following values:
|
# following values:
|
||||||
# GETTEXT_MSGMERGE_EXECUTABLE: the full path to the msgmerge tool.
|
# GETTEXT_MSGMERGE_EXECUTABLE: the full path to the msgmerge tool.
|
||||||
# GETTEXT_MSGFMT_EXECUTABLE: the full path to the msgfmt tool.
|
# GETTEXT_MSGFMT_EXECUTABLE: the full path to the msgfmt tool.
|
||||||
|
@ -7,8 +7,8 @@
|
||||||
#
|
#
|
||||||
# Additionally it provides the following macros:
|
# Additionally it provides the following macros:
|
||||||
# GETTEXT_CREATE_TRANSLATIONS ( outputFile [ALL] file1 ... fileN )
|
# GETTEXT_CREATE_TRANSLATIONS ( outputFile [ALL] file1 ... fileN )
|
||||||
# This will create a target "translations" which will convert the
|
# This will create a target "translations" which will convert the
|
||||||
# given input po files into the binary output mo file. If the
|
# given input po files into the binary output mo file. If the
|
||||||
# ALL option is used, the translations will also be created when
|
# ALL option is used, the translations will also be created when
|
||||||
# building the default target.
|
# building the default target.
|
||||||
# GETTEXT_PROCESS_POT( <potfile> [ALL] [INSTALL_DESTINATION <destdir>] LANGUAGES <lang1> <lang2> ... )
|
# GETTEXT_PROCESS_POT( <potfile> [ALL] [INSTALL_DESTINATION <destdir>] LANGUAGES <lang1> <lang2> ... )
|
||||||
|
|
Loading…
Reference in New Issue