nyavro / i18nPlugin

Intellij idea i18next support plugin
MIT License
70 stars 11 forks source link

Incorrect keys #202

Closed stambekovbera closed 1 year ago

stambekovbera commented 1 year ago

When automatically creating translations, keys are created incorrectly, brackets and quotes should not be

Maybe something needs to be done in the plugin settings?

plugin version 2.8.2 WebStorm version 2022.3.2

image image

pshabanov commented 1 year ago

+1 stambekovbera from React in React -> {t('langSwitcher_label')} in translation.json -> "('langSwitcher_label')": "('langSwitcher_label')"

nyavro commented 1 year ago

I'll check that, thanks for the report!

stambekovbera commented 1 year ago

After the fix (v2.8.3), this problem was fixed. Thank you. I close the issue