-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
how can i choose another seperator for the keys - i have the problem that the default seperator '\' causes a lint error.
Example:
generated in vue component:
<div class="n-view-title">{{ $t('src\components\administration\user\index.title') }}</div>
generated in locals/en.json:
{ "src\\components\\administration\\user\\index": { "title": "New user" } }
this works of course but cause my linter to throw errors.
A seperator like '.' instead of '\' would also work!
How can i change this?
JeRabix and MurtazinEduardMurtazinEduard
Metadata
Metadata
Assignees
Labels
No labels