File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"Usage: $0 <command> [options]" : " 使い方: $0 <command> [options]" ,
3
- "compile the i18n resources" : " i18nリソースのコンパイル " ,
4
- "the i18n resource source path" : " i18n リソースのソースパス " ,
3
+ "compile the i18n resources" : " i18n リソースのコンパイル " ,
4
+ "the i18n resource source path" : " コンパイルされる i18n リソースのパス " ,
5
5
"the compiled i18n resource output path" : " コンパイルされた i18n リソースの出力先パス" ,
6
6
"Success compilation: {source} -> {output}" : " コンパイル成功: {source} -> {output}" ,
7
7
"{source}: Ignore compilation due to not supported '{ext}'" : " {source}: '{ext}' がサポートされていないためコンパイルされません" ,
Original file line number Diff line number Diff line change
1
+ export { CodeGenOptions , CodeGenResult , DevEnv } from './codegen'
1
2
export { generate as generateJSON } from './json'
2
3
export { generate as generateYAML } from './yaml'
You can’t perform that action at this time.
0 commit comments