https://github.com/burbuja/bbl
A simple script that helps you create translations
https://github.com/burbuja/bbl
bbl chile translation
Last synced: 11 months ago
JSON representation
A simple script that helps you create translations
- Host: GitHub
- URL: https://github.com/burbuja/bbl
- Owner: burbuja
- License: lgpl-2.1
- Created: 2019-01-04T04:50:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-23T04:29:21.000Z (over 2 years ago)
- Last Synced: 2025-04-11T14:03:07.779Z (about 1 year ago)
- Topics: bbl, chile, translation
- Language: Python
- Homepage: https://burbuja.cl/glotpress/projects/netbox/
- Size: 18.6 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# bbl - A simple script that helps you create translations
## Python version
```bash
bbl.py
bbl.py
```
### Examples for Python version
```bash
./bbl.py netbox-community/netbox
./bbl.py netbox-community/netbox your_local_file.po
./bbl.py netbox-community/netbox https://example.com/glotpress/projects/netbox/es-cl/default/
```
### Warning for Python version
The main goal is to show that NetBox can be translated, but this script may break the database. Please don't use it under production environments!
## PHP version
```bash
./bbl.php get [PROJECT] [-d[DIR]]
./bbl.php merge [PROJECT] [-d[DIR]] [-p[FILE|URL] [-l[LOCALE]]
```
### Examples for PHP version
```bash
./bbl.php get opencart -d /path/to/opencart
./bbl.php merge opencart -d /path/to/opencart -p /path/to/opencart.po -l es-cl
./bbl.php merge opencart -d /path/to/opencart -p https://example.com/glotpress/projects/opencart/es-cl/default/ -l es-cl
```
## License
This software is licensed under LGPLv2+.