Hello! First of all, thanks for your work.
What is the problem?
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
Hello! First of all, thanks for your work.
What is the problem?
When you run the export command for a
.vuefile, translation strings containing the<br>tag are not generated correctly in.pofiles:</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

.pofile 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