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
New translation could be created with POST /api/translations/(string: project)/(string: component)/(string: language)/units/ endpoint (data bellow). I always use the default language (en) because I don't know the value of target for all languages.
Translations are correctly created, however all languages have a translation filled in from the default language.
Describe the solution you would like
I would like to create a translation only for the default language, but leave the translation blank for other languages. Just like it works when you add new translation via UI.
Describe alternatives you have considered
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Okay, it kind of behaves as expected: when the target is present, it is used as target for all strings. The missing bit is however to support not including the target and keeping strings not translated.
Describe the problem
New translation could be created with
POST /api/translations/(string: project)/(string: component)/(string: language)/units/
endpoint (data bellow). I always use the default language (en) because I don't know the value oftarget
for all languages.Translations are correctly created, however all languages have a translation filled in from the default language.
Describe the solution you would like
I would like to create a translation only for the default language, but leave the translation blank for other languages. Just like it works when you add new translation via UI.
Describe alternatives you have considered
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: