[Bug] Deed/UX translations and Legalcode translations must be distinct and fully represented #146
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟨 priority: medium
Not blocking but should be fixed soon
🏁 status: ready for work
Ready for work
Description
The Deed & UX translations are separate from the legalcode translations, but the application currently only exposes translations based on legalcode.
Both the deeds view and the legalcode view use the same function (
get_languages_and_links_for_legalcodes
):https://github.com/creativecommons/cc-licenses/blob/f42b78db9c89d52924714340f3952dc792dac7bc/licenses/views.py#L136-L167
Translation strings in
cc-licenses-data
:legalcode/
.po
and.mo
internationalization and localization files for legalcodeslocale/
.po
and.mo
internationalization and localization files for deeds, contextual information, and user interfacesExpectation
The interface (and generated files) should expose all of the deed translations
Additional context
The text was updated successfully, but these errors were encountered: