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
After running the translate command, the manager creates many, VERY MANY empty strings with a value of null.
I refactor my ru.json file "null, \ n" => "" and the number of lines was reduced from 13 thousand to 356.
Further. Keys are generated incorrectly!
For example
results in an error
(This is a different key, but the essence does not change)
The i18n.$t function recognizes the key as a regular expression.
Only the next entry is considered correct.
The text was updated successfully, but these errors were encountered:
### Bug report
After running the translate command, the manager creates many, VERY MANY empty strings with a value of null.
I refactor my ru.json file "null, \ n" => "" and the number of lines was reduced from 13 thousand to 356.
Further. Keys are generated incorrectly!
For example
results in an error
(This is a different key, but the essence does not change)
The i18n.$t function recognizes the key as a regular expression.
Only the next entry is considered correct.
The text was updated successfully, but these errors were encountered: