@ndnci/translify 0.0.3 → 0.0.5
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/config-entry.cjs +26 -4066
- package/dist/config-entry.js +26 -4070
- package/dist/index.js +5686 -69468
- package/package.json +10 -3
- package/dist/chunk-77HVPD4G.js +0 -43
- package/dist/chunk-SIAA4J6H.js +0 -21
- package/dist/chunk-TPOKHAQ2.js +0 -2054
- package/dist/fileFromPath-35H4LTDW.js +0 -130
- package/dist/lib-GRMFW4C4.js +0 -29843
- package/dist/lib-RJMHNGNC.js +0 -29844
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>
|