Skip to content

Commit 88cbb27

Browse files
authored
improvement: update locale and export types (#7)
1 parent c131c57 commit 88cbb27

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

locales/ja.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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 リソースのパス",
55
"the compiled i18n resource output path": "コンパイルされた i18n リソースの出力先パス",
66
"Success compilation: {source} -> {output}": "コンパイル成功: {source} -> {output}",
77
"{source}: Ignore compilation due to not supported '{ext}'": "{source}: '{ext}' がサポートされていないためコンパイルされません",

src/generator/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
export { CodeGenOptions, CodeGenResult, DevEnv } from './codegen'
12
export { generate as generateJSON } from './json'
23
export { generate as generateYAML } from './yaml'

0 commit comments

Comments
 (0)