translation scripts

main
Jeff Moe 2024-01-09 11:28:24 -07:00
parent 6d3cb4c82d
commit b00526b1cf
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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):