Add common tde_setup_msgfmt macro #18

已合併
SlavekB 5 年之前 將 1 次代碼提交從 feat/add-test-gettext 合併至 master
所有者

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 年之前
發佈者
所有者

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.
所有者

looks good!

looks good!
SlavekB removed the PR/rfc label 5 年之前
SlavekB closed this pull request 5 年之前
SlavekB 刪除分支 feat/add-test-gettext 5 年之前
SlavekB 新增至R14.0.6 release 里程碑 5 年之前
The pull request has been merged as 4512d95ca6.
登入 才能加入這對話。
No reviewers
未選擇里程碑
No Assignees
2 參與者
訊息
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: TDE/tde-cmake#18
Loading…
尚未有任何內容