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
When you run the export command for a .vue file, translation strings containing the <br> tag are not generated correctly in .po files: </br> is added at the end of any such line. Therefore, the translation does not work because the keys are not the same.
Source string in template:
String in .po file after export:
Expected Behavior
An extra closing </br> tag should not be generated.
Environment
Windows 10
Vue 3.0.0
@vue/cli 4.5.10
easygettext 2.16.1