Bug 1450591
| Summary: | po2l20n doesn't work | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | jibecfed <jean-baptiste> |
| Component: | translate-toolkit | Assignee: | Sundeep Anand <suanand> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | bbarve, dwayne, i18n-bugs, mfabian |
| Target Milestone: | --- | Keywords: | FutureFeature, i18n |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-02-25 12:49:03 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
jibecfed
2017-05-13 13:44:56 UTC
I think we don't have the l20n python library in Fedora yet. If someone wants to package and submit it for review that would be great. Still same issue in F30
resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/usr/lib/python3.7/site-packages/translate/convert/po2l20n.py", line 24, in <module>
from translate.storage import l20n, po
File "/usr/lib/python3.7/site-packages/translate/storage/l20n.py", line 24, in <module>
from l20n.format.parser import FTLParser as L20nParser
ModuleNotFoundError: No module named 'l20n'
as l20n was cancelled and replaced by fluent, do we still need to focus on this? I don't think anybody use it. |