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
Could this possibly also affect the upload of a file with translations for an installed language through the UI: Settings > Translations > User Interface > Import?
Because this does not seem to work. When I upload a file everything seems to work ok (I get no errors) but the terms are not updated to the provided translations.
Some components (i.e):
uwazi/app/react/Templates/components/FormConfigCommon.js
Lines 53 to 55 in b0d3e47
pass a label "Generated ID" to
uwazi/app/react/Templates/components/PropertyConfigOption.js
Lines 6 to 14 in b0d3e47
that is actually the translation not the key, the key is: "property generatedid"
This is wrong because it is not in our CSV files, and you won't be able to translate it in the translations form.
This also affects the updated translation script when you want to update only one language.
The text was updated successfully, but these errors were encountered: