@ndnci/translify 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
<p><strong>Intelligent i18n CLI — extract, sync, detect, translate.</strong></p>
|
|
4
4
|
<p>Automate your entire internationalization workflow from a single terminal command.</p>
|
|
5
5
|
|
|
6
|
+
<a href="https://ndnci.github.io/translify/">
|
|
7
|
+
<img alt="Documentation" src="https://img.shields.io/badge/docs-ndnci.github.io%2Ftranslify-0070f3?style=flat-square" />
|
|
8
|
+
</a>
|
|
6
9
|
<a href="https://www.npmjs.com/package/@ndnci/translify">
|
|
7
10
|
<img alt="npm version" src="https://img.shields.io/npm/v/@ndnci/translify?style=flat-square&color=0070f3" />
|
|
8
11
|
</a>
|
package/dist/index.js
CHANGED
|
@@ -73913,7 +73913,7 @@ ${c.dim("Examples:")}
|
|
|
73913
73913
|
${c.dim("$")} translify sync --dry-run
|
|
73914
73914
|
${c.dim("$")} translify audit --config ./config/translify.config.ts
|
|
73915
73915
|
|
|
73916
|
-
${c.dim("Documentation:")} https://translify
|
|
73916
|
+
${c.dim("Documentation:")} https://ndnci.github.io/translify/
|
|
73917
73917
|
`
|
|
73918
73918
|
);
|
|
73919
73919
|
const getLogger = () => createLogger({ verbose: program.opts().verbose ?? false });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ndnci/translify",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Intelligent i18n CLI — extract, sync, detect, and translate your app",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"i18n",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"react",
|
|
15
15
|
"nextjs"
|
|
16
16
|
],
|
|
17
|
-
"homepage": "https://translify
|
|
17
|
+
"homepage": "https://ndnci.github.io/translify/",
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
20
|
"url": "https://github.com/ndnci/translify.git",
|