add i18n ally snake case config

This commit is contained in:
Philipp Dormann 2024-12-02 12:42:00 +01:00
parent afffde8fa0
commit 0acda07eb5
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -2,5 +2,6 @@
"i18n-ally.localesPaths": [
"src/locales"
],
"i18n-ally.keystyle": "nested"
"i18n-ally.keystyle": "nested",
"i18n-ally.extract.keygenStyle": "snake_case"
}