martinlindhe/laravel-vue-i18n-generator

escape_char config for time format '12:00' => '12{00}'

yevhenlisovenko opened this issue · 0 comments

Hi everyone,
I've spent some time to fix strange thing in my project.

When I convert time from my Laravel localization files I've got the result:
'12:00' => '12{00}'

To avoid the issue, you can add to the config file
'escape_char' => '!|\S'

Hope it will save you time 😉