-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling Multiple language tags in strings #13
Comments
Sebastiano-G
added a commit
that referenced
this issue
Mar 20, 2024
Sebastiano-G
added a commit
that referenced
this issue
Mar 20, 2024
Sebastiano-G
added a commit
that referenced
this issue
Mar 28, 2024
Sebastiano-G
added a commit
that referenced
this issue
Apr 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to have the possibility to recognise multiple language tags for strings both in the back and front end. Currently additional strings w/ language tags can be added to a triple via Blazegraph however the system doesn’t do anything with them.
In the back end there should be the possibility to specify the language of a string input (Text box > free text, Text Area, Dropdown/Checbox labels) as well as add additional ones. This should be available in the record creation form (rather than the template creation form).
For example if a template’s field matches text box > free text, the record creation form should display an additional option to specify the language of the input as well as the option to add more languages, in which case more fields will be required. Alternatively the language strings could be specified in the text input directly, with the @+letters+comma combination used to separate them in the graph (e.g. my string@en, mia string@it, etc…), as this combination is unlikely to occur naturally (?).
The text was updated successfully, but these errors were encountered: