Page MenuHomePhabricator

Internationalize and translate the Web2Cit JSON editor
Open, In Progress, Needs TriagePublic

Description

Internationalization and translation of Web2Cit's JSON editor implies two separate parts.

The editor interface part should be relatively trivial.

On the other hand, because most text on the JSON editing form comes from the JSON schema file used to generate it, a way to translate these labels must be found. See T305904 for a proposal to use separate schema files based on one main version.

Event Timeline

diegodlh changed the task status from Open to In Progress.Thu, Jul 30, 8:21 PM

On the other hand, because most text on the JSON editing form comes from the JSON schema file used to generate it, a way to translate these labels must be found. See T305904 for a proposal to use separate schema files based on one main version.

This is done.

The editor interface part should be relatively trivial.

This is pending. If JSONEditor.default.language is used, make sure error_messages overrides from JSON schemas continue working as expected.

Spanish translations for JSON schemas provided with 3c7f8903.

The editor interface part should be relatively trivial.

This is pending. If JSONEditor.default.language is used, make sure error_messages overrides from JSON schemas continue working as expected.

Implemented with cac176d9.

Pending deployment.

Deployed to w2c-beta for testing.