You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just try to translate Twill to Hungarian language, and in some cases the translation keys in the vue file are not in the correct order. So the word's order are "hard coded".
Example I have a "Product" model, that I want to add with Browser field.
In this case in Hungarian the "Product" means "Termék"
In English the "Add Product" words are in correct order, but if I translate it to Hungarian "Hozzádás Termék" is not correct, because the correct translation has to be: "Termék Hozzáadás".
There are other places too, where translation words are in fix order, and can't find solution to overwrite the text.
Summary
I have just try to translate Twill to Hungarian language, and in some cases the translation keys in the vue file are not in the correct order. So the word's order are "hard coded".
Example:
BrowserField.vue
Example I have a "Product" model, that I want to add with Browser field.
In this case in Hungarian the "Product" means "Termék"
In English the "Add Product" words are in correct order, but if I translate it to Hungarian "Hozzádás Termék" is not correct, because the correct translation has to be: "Termék Hozzáadás".
There are other places too, where translation words are in fix order, and can't find solution to overwrite the text.
MediaLibrary example
Browser modal example
The text was updated successfully, but these errors were encountered: