8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee50c42 commit f9ca7dbCopy full SHA for f9ca7db
.scripts/from_cn.sh
@@ -29,7 +29,8 @@ TARGET=$1
29
CN_PATH=$CN_REPO/$TARGET
30
TW_PATH=../$TARGET
31
32
-poetry install -q
+poetry lock
33
+poetry install
34
poetry run bash -c "
35
opencc -i $CN_PATH -c s2twp.json -o /tmp/tmp.po
36
pofilter --nonotes --excludefilter unchanged --excludefilter untranslated /tmp/tmp.po | msgattrib --set-fuzzy -o /tmp/tmp.po
.scripts/google_translate.sh
@@ -8,7 +8,8 @@ source utils/install_poetry.sh
8
TEMP=tmp.po
9
TARGET=../$1
10
11
12
13
14
python google_translate/main.py $TARGET > $TEMP
15
pomerge -t $TARGET -i $TEMP -o $TARGET
0 commit comments