Pywikibot core & compat still has many strings not migrated to twn. The maintenance script make_i18n_dict.py is able to extract a message dict from in a script, and migrate it to twn's python format, which appears to no longer be operational. make_i18n_dict.py needs to be enhanced to also create message bundles in twn's JSON format.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Add JSON support to make_i18n_dict.py | pywikibot/core | master | +32 -1 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Invalid | None | T72936 Important tasks to be solved (tracking) | |||
Resolved | Ladsgroup | T65327 Migrate i18n file format to JSON | |||
Resolved | Ladsgroup | T87231 Add JSON support to make_i18n_dict.py |
Event Timeline
Comment Actions
I already wrote a script (for my own use) to convert .py twn files to json. I can add the functionality to the code.
Comment Actions
Change 201189 had a related patch set uploaded (by Ladsgroup):
Add JSON support to make_i18n_dict.py