We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c131c57 commit 88cbb27Copy full SHA for 88cbb27
locales/ja.json
@@ -1,7 +1,7 @@
1
{
2
"Usage: $0 <command> [options]": "使い方: $0 <command> [options]",
3
- "compile the i18n resources": "i18nリソースのコンパイル",
4
- "the i18n resource source path": "i18n リソースのソースパス",
+ "compile the i18n resources": "i18n リソースのコンパイル",
+ "the i18n resource source path": "コンパイルされる i18n リソースのパス",
5
"the compiled i18n resource output path": "コンパイルされた i18n リソースの出力先パス",
6
"Success compilation: {source} -> {output}": "コンパイル成功: {source} -> {output}",
7
"{source}: Ignore compilation due to not supported '{ext}'": "{source}: '{ext}' がサポートされていないためコンパイルされません",
src/generator/index.ts
@@ -1,2 +1,3 @@
+export { CodeGenOptions, CodeGenResult, DevEnv } from './codegen'
export { generate as generateJSON } from './json'
export { generate as generateYAML } from './yaml'
0 commit comments