Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sejas/qtranslatex-online
Split your qtranslate-x text into multiple languages
https://github.com/sejas/qtranslatex-online
Last synced: 14 days ago
JSON representation
Split your qtranslate-x text into multiple languages
- Host: GitHub
- URL: https://github.com/sejas/qtranslatex-online
- Owner: sejas
- Created: 2019-02-23T17:49:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T19:17:03.000Z (29 days ago)
- Last Synced: 2024-12-15T14:43:50.591Z (19 days ago)
- Language: JavaScript
- Homepage: https://sejas.github.io/qtranslatex-online/
- Size: 432 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qtranslatex-online
This is a React Web App to show to use the `qtranslatex-extractor` npm package works.
NPM Package available in : [https://www.npmjs.com/package/qtranslatex-extractor](https://www.npmjs.com/package/qtranslatex-extractor)
## Demo
- You can try it live in: [https://sejas.github.io/qtranslatex-online/](https://sejas.github.io/qtranslatex-online/)
![Demo QtranslateX extractor](demo.png)## How it works?:
Receive the qtranslate string and return an object with each translation.
Use it with NodeJS to automate your process.
Or in your frontend to show your text dinamically.```ts
import qtranslatexExtractor from "qtranslatex-extractor";const translations = qtranslatexExtractor(
"[:en]Hello World ![:es]¡HolaMundo![:]"
);
```## Commands
- `npm start`
- `npm run build`## Author
© Antonio Sejas
Feb 2019
MIT License