Skip to content

Commit f1fe39b

Browse files
committed
fix: refine warnigns
1 parent a154dbe commit f1fe39b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/codeGenerator.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ export class CodeGenerator {
1414

1515
let code = `/* eslint-disable */
1616
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+
*----------------------------------------------------------------------------------------------*/
2021
2122
`;
2223

0 commit comments

Comments
 (0)