UNPKG
i18n-helper-babel
Version:
latest (0.1.1)
0.1.1
i18n 命令行工具。一键包裹,提取,翻译,统计。支持网页截图,翻译词条检测
github.com/1666931281/i18n-helper
1666931281/i18n-helper
i18n-helper-babel
/
src
/
config
/
const.ts
14 lines
(11 loc)
•
316 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * 这个文件千万不要引入中文,然后还用t去翻译 */
const
I18N_CONFIGURATION_FILE_NAME =
'i18n.config.json'
;
const
I18N_LOG_FILE_NAME =
'i18n.log'
;
const
I18N_ERROR_LOG_FILE_NAME =
'i18n.error.log'
;
export
{ I18N_CONFIGURATION_FILE_NAME, I18N_LOG_FILE_NAME, I18N_ERROR_LOG_FILE_NAME, };