Closed dennistobar closed 4 years ago
Good catch!
This is actually implemted and I missed 2 strings. There is a i18n
store ($i18n.placeholder
is the variable for example) that is being handed the translation from OmniaWrite. It just needs to have the correct variable set:
https://github.com/TorstenDittmann/omnia-editor/blob/master/src/Editor.svelte#L116
https://github.com/TorstenDittmann/omnia-editor/blob/master/src/Editor.svelte#L110
And these can be deleted:
https://github.com/TorstenDittmann/omnia-editor/blob/master/src/Editor.svelte#L17-L18
If you want, you can create a PR at omnia-editor :-)
Describe the bug After create a new Scene, the string
Let's write an awesome story!
and the dialog to confirm delete a paragraph are displayed in English.To Reproduce Steps to reproduce the behavior:
Expected behavior Show the string "¡Vamos a escribir una historia asombrosa!" and "¿Estás seguro?"
Screenshots
Desktop (please complete the following information):
Additional context I think the problem is in omnia-editor maybe here, I'm unsure about that, and I can read TypeScript but I can't write code fluently.