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
Currently t('This {word} is in a translated sentence.', { word: 'Variable'}) receiving the translation 'This {aWord} is in a translated sentence.' causes a crash. This leaves a fair deal of risk in the hands of the translator.
The text was updated successfully, but these errors were encountered:
miafoo
changed the title
Translations using wrong variable name cause error
Add script to check if the correct data variables are present in the translations
Dec 16, 2019
Currently
t('This {word} is in a translated sentence.', { word: 'Variable'})
receiving the translation 'This {aWord} is in a translated sentence.'
causes a crash. This leaves a fair deal of risk in the hands of the translator.The text was updated successfully, but these errors were encountered: