Sunbird-RC / community

Repo to enable discussions, issue tracking & documentation for the Sunbird-RC projects
MIT License
12 stars 23 forks source link

[FEAT]: Multilingual #167

Open parthlawate opened 2 years ago

parthlawate commented 2 years ago

What is the feature request for?

Registry Core

What problem/inconvenience (if any) will this feature solve?

Across the country, registry data might be maintained in the local language of the state & versions of the data being maintained in English/Hindi. So there might be a primary data entry say in 'Marathi' in Maharashtra with it being transliterated in English & Hindi

Describe the feature clearly.

A. Ability to Store data in multiple languages Ability to define data versions in multiple languages

B. Schema Labels For enabling the above we should be able to create field labels in multiple languages as well.

Is this already possible ?

pramodkvarma commented 2 years ago

This should be possible already given json-ld schemas should be compatible with unicode strings for field labels. Alternatively simply use a label key in schema and do appropriate i18n translation whenever ux/print etc needed. Both should be possible.