Skip to content

Commit

Permalink
Translate pr 6 (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: ss220bot <[email protected]>
  • Loading branch information
Furrior and actions-user committed Apr 11, 2024
1 parent a3b3d58 commit ff8fcdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/translate/add_new_translation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ git commit -m "Generate translation file"
git restore .

echo Applying result...
./tools/translate/ss220_replacer_linux
./tools/translate/ss220_replacer_linux --prefix=ss220 --root=./ --location=./tools/translate/
git add .
git commit -m "Apply translation"

Expand Down
2 changes: 1 addition & 1 deletion tools/translate/update_translation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git checkout -b translate_tmp
git reset --hard origin/master

git checkout origin/translate -- ./tools/translate/ss220replace.json
./tools/translate/ss220_replacer_linux
./tools/translate/ss220_replacer_linux --prefix=ss220 --root=./ --location=./tools/translate/
git add .
git commit -m "Apply translation"

Expand Down

0 comments on commit ff8fcdc

Please sign in to comment.