kelvinhokk / cordova-plugin-localization-strings

Cordova Plugin for Localization of Strings on the App
MIT License
119 stars 106 forks source link

Added regex that matches other optional parameters in name tag #88

Closed matictrebusak closed 6 months ago

matictrebusak commented 7 months ago

but doesn't match name-like tags.

I had a case: <name xmlns:widget="http://www.w3.org/ns/widgets">Application name</name> that current regex for getting project name didn't match. I got error 'project' not found. I extended current regex and added some safety checks as well.

rodrigograca31 commented 6 months ago

published!

matictrebusak commented 6 months ago

Great thx!