fix(compiler-cli): use --locale parameter for transformers (#18988)

PR Close #18988
This commit is contained in:
Olivier Combe
2017-08-31 23:11:29 +02:00
committed by Miško Hevery
parent 590b8052fe
commit 22c409029c
3 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,6 @@
"debug": true,
"enableSummariesForJit": true,
"alwaysCompileGeneratedCode": true,
"locale": "fi",
"i18nFormat": "xlf"
},