Add common tde_setup_msgfmt macro #18

Merged
SlavekB merged 1 commits from feat/add-test-gettext into master 5 years ago
Owner

To simplify the test for gettext and set msgfmt executable in each module, I have prepared a common macro tde_setup_msgfmt. Thanks to this, it will now be simple in each module:

if( BUILD_TRANSLATIONS )
  tde_setup_msgfmt( )
endif( )
To simplify the test for gettext and set msgfmt executable in each module, I have prepared a common macro `tde_setup_msgfmt`. Thanks to this, it will now be simple in each module: ``` if( BUILD_TRANSLATIONS ) tde_setup_msgfmt( ) endif( ) ```
SlavekB added the PR/rfc label 5 years ago
Poster
Owner

With the automatic call tde_setup_msgfmt inside tde_create_translation, there is no need to call tde_setup_msgfmt separately in each module.

With the automatic call `tde_setup_msgfmt` inside `tde_create_translation`, there is no need to call `tde_setup_msgfmt` separately in each module.
Owner

looks good!

looks good!
SlavekB removed the PR/rfc label 5 years ago
SlavekB closed this pull request 5 years ago
SlavekB deleted branch feat/add-test-gettext 5 years ago
SlavekB added this to the R14.0.6 release milestone 5 years ago
The pull request has been merged as 4512d95ca6.
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: TDE/tde-cmake#18
Loading…
There is no content yet.