tolgee / tolgee-cli

The Tolgee CLI
MIT License
15 stars 11 forks source link

Not parsing object correctly, when keys are surrounded with qotes #98

Closed stepan662 closed 2 months ago

stepan662 commented 2 months ago
t('key1', 'default value', { "ns": 'test' })

Gives error:

    "line": 2,
    "warning": "W_MISSING_T_SOURCE",

When qotes around "ns" are removed it works as it should