Commit f1fe39b 1 parent a154dbe commit f1fe39b Copy full SHA for f1fe39b
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ export class CodeGenerator {
14
14
15
15
let code = `/* eslint-disable */
16
16
17
- /*---------------------------------------------------------------------------------------------*
18
- * You MUST NOT modify this file manually because it is automatically generated by gen-i18n-ts *
19
- *---------------------------------------------------------------------------------------------*/
17
+ /*----------------------------------------------------------------------------------------------*
18
+ * You MUST NOT modify this file manually because it is automatically generated by gen-i18n-ts. *
19
+ * Modify your JSON files in i18n directory and run "yarn gen-i18n-ts" to regenerate this file. *
20
+ *----------------------------------------------------------------------------------------------*/
20
21
21
22
` ;
22
23
You can’t perform that action at this time.
0 commit comments