Add a comment about why we're calling msgfmt manually
This commit is contained in:
parent
ea9aebdb9c
commit
d3cbeda0c6
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ i18n.merge_file(
|
|||
|
||||
# Contractor file (Elementary OS)
|
||||
if install_contractor_file
|
||||
|
||||
# Call msgfmt manually since gettext won't otherwise translate the
|
||||
# Description field. See merge req !50.
|
||||
msgfmt = find_program('msgfmt')
|
||||
|
||||
custom_target(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue