Add common tde_setup_msgfmt macro #18

已合并
SlavekB 5 年前 将 1 次代码提交从 feat/add-test-gettext 合并至 master
SlavekB 评论于 5 年前
所有者

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( ) ```
SlavekB5 年前 添加了标签 PR/rfc
SlavekB 评论于 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.
MicheleC 评论于 5 年前
所有者

looks good!

looks good!
SlavekB5 年前 删除了标签 PR/rfc
SlavekB5 年前 关闭此合并请求
SlavekB5 年前 删除了分支 feat/add-test-gettext
SlavekB5 年前 添加了里程碑 R14.0.6 release
该合并请求已作为 4512d95ca6 被合并。
登录 并参与到对话中。
无审核者
未选择里程碑
未指派成员
2 名参与者
通知
到期时间

未设置到期时间。

依赖工单

没有设置依赖项。

参考:TDE/tde-cmake#18
正在加载...
这个人很懒,什么都没留下。