The oslo.i18n library contain utilities for working with
internationalization (i18n) features, especially translation
for text strings in an application or library.
Details
Details
- Reviewers
koobs - Group Reviewers
Python - Commits
- rP406087: New port: devel/py-oslo.i18n
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
py-oslo.i18n/Makefile | ||
---|---|---|
13 | If you're only adding this because pbr needs it, I'm going to fix it with: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206121 We in almost all cases, only want to declare 'actual' dependencies, whether they are incorrectly specified in setup.{py,cfg} or otherwise. Let me know if the above if or isn't the case |
py-oslo.i18n/Makefile | ||
---|---|---|
13 | Actually it's used in the code directly: https://github.com/openstack/oslo.i18n/blob/master/oslo_i18n/_gettextutils.py#L24 |