bctranslate 1.0.0-beta.2 → 1.0.0-beta.3
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# bctranslate ⚡
|
|
2
2
|
|
|
3
|
-
# Notice: This app is in Beta mode, work in progress;
|
|
3
|
+
# Notice: This app is in Beta mode, work in progress; the tool works but necessitates user intervention to fix some bugs and alter directories and imports, contribution is welcome at: [BCtranslate github repo](https://github.com/mrkinix/bctranslate)
|
|
4
4
|
|
|
5
5
|
`bctranslate` is a command-line tool to automatically transform source code into an i18n-ready format. It extracts hardcoded strings from your files, replaces them with calls to a translation function, and generates locale files with translations powered by [Argos Translate](https://www.argosopentech.com/).
|
|
6
6
|
|