Users may wish to make use of these files for their own purposes. For example, the -pot and -update-po pseudo targets could be reused in an alias_target(), and at least one person wanted to reuse the built .mo files as custom_target input. Fixes #6227pull/9174/head
parent
bd691b847c
commit
2fc7592e13
3 changed files with 14 additions and 1 deletions
@ -0,0 +1,6 @@ |
|||||||
|
## i18n module now returns gettext targets |
||||||
|
|
||||||
|
`r = i18n.gettext('mydomain')` will now provide access to: |
||||||
|
- a list of built .mo files |
||||||
|
- the mydomain-pot maintainer target which updates .pot files |
||||||
|
- the mydomain-update-po maintainer target which updates .po files |
Loading…
Reference in new issue