translation scripts
This commit is contained in:
parent
6d3cb4c82d
commit
b00526b1cf
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
SOURCEDIR="./docs/_source/locale/"
|
||||
PYSCRIPT="./scripts/translate-headless-gpu0.py"
|
||||
PYSCRIPT="`pwd`/scripts/translate.py"
|
||||
|
||||
cd ${SOURCEDIR}
|
||||
# for LANGTR in am ar bn de el eo es eu fil fr he hi id it ja ko lkt mr ms nl pl pt ru see ta te th tr ur vi zh
|
|
@ -10,7 +10,7 @@ import argparse
|
|||
from pycountry import languages
|
||||
|
||||
# Set to llama server IP and port.
|
||||
API = "http://192.168.109.227:8080/completion"
|
||||
API = "http://192.168.109.223:8080/completion"
|
||||
|
||||
|
||||
def update_po_file(filename, msgid, new_translation):
|
Loading…
Reference in a new issue