mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-25 17:31:00 +00:00
Merge branch 'main' of https://github.com/uav4geo/LibreTranslate into main
This commit is contained in:
commit
fa6e211d6d
2 changed files with 9 additions and 1 deletions
|
@ -141,6 +141,14 @@ ltmanage keys remove <api-key>
|
||||||
ltmanage keys
|
ltmanage keys
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Language Bindings
|
||||||
|
|
||||||
|
You can use the LibreTranslate API using the following bindings:
|
||||||
|
|
||||||
|
- Rust: https://github.com/DefunctLizard/libretranslate-rs
|
||||||
|
|
||||||
|
More coming soon!
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
Help us by opening a pull request!
|
Help us by opening a pull request!
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ setup(
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
# packages=find_packages(include=['openpredict']),
|
# packages=find_packages(include=['openpredict']),
|
||||||
# package_dir={'openpredict': 'openpredict'},
|
# package_dir={'openpredict': 'openpredict'},
|
||||||
package_data={'': ['static/*', 'templates/*']},
|
package_data={'': ['static/*', 'static/**/*', 'templates/*']},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|
Loading…
Reference in a new issue