Skip to content

Commit

Permalink
t8
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop committed Jan 9, 2025
1 parent 0570b64 commit c411009
Show file tree
Hide file tree
Showing 17 changed files with 127 additions and 113 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/translate_af.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
with:
fetch-depth: 0

- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..
- name: Download language branch
run: |
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
Expand All @@ -50,6 +43,14 @@ jobs:
git checkout $BRANCH
git pull
git checkout master
- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..

- name: Run translation script on changed files
run: |
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/translate_de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
with:
fetch-depth: 0

- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..
- name: Download language branch
run: |
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
Expand All @@ -50,6 +43,14 @@ jobs:
git checkout $BRANCH
git pull
git checkout master
- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..

- name: Run translation script on changed files
run: |
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/translate_el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
with:
fetch-depth: 0

- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..
- name: Download language branch
run: |
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
Expand All @@ -50,6 +43,14 @@ jobs:
git checkout $BRANCH
git pull
git checkout master
- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..

- name: Run translation script on changed files
run: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/translate_es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
with:
fetch-depth: 0

- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..
- name: Download language branch
run: |
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
Expand All @@ -50,6 +43,13 @@ jobs:
git checkout $BRANCH
git pull
git checkout master
- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..
- name: Run translation script on changed files
run: |
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/translate_fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
with:
fetch-depth: 0

- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..
- name: Download language branch
run: |
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
Expand All @@ -50,6 +43,14 @@ jobs:
git checkout $BRANCH
git pull
git checkout master
- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..

- name: Run translation script on changed files
run: |
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/translate_hi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
with:
fetch-depth: 0

- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..
- name: Download language branch
run: |
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
Expand All @@ -50,6 +43,14 @@ jobs:
git checkout $BRANCH
git pull
git checkout master
- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..

- name: Run translation script on changed files
run: |
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/translate_it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
with:
fetch-depth: 0

- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..
- name: Download language branch
run: |
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
Expand All @@ -50,6 +43,14 @@ jobs:
git checkout $BRANCH
git pull
git checkout master
- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..

- name: Run translation script on changed files
run: |
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/translate_ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
with:
fetch-depth: 0

- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..
- name: Download language branch
run: |
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
Expand All @@ -50,6 +43,14 @@ jobs:
git checkout $BRANCH
git pull
git checkout master
- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..

- name: Run translation script on changed files
run: |
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/translate_ko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
with:
fetch-depth: 0

- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..
- name: Download language branch
run: |
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
Expand All @@ -50,6 +43,14 @@ jobs:
git checkout $BRANCH
git pull
git checkout master
- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..

- name: Run translation script on changed files
run: |
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/translate_pl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
with:
fetch-depth: 0

- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..
- name: Download language branch
run: |
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
Expand All @@ -50,6 +43,14 @@ jobs:
git checkout $BRANCH
git pull
git checkout master
- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..

- name: Run translation script on changed files
run: |
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/translate_pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
with:
fetch-depth: 0

- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..
- name: Download language branch
run: |
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
Expand All @@ -50,6 +43,14 @@ jobs:
git checkout $BRANCH
git pull
git checkout master
- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..

- name: Run translation script on changed files
run: |
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/translate_sr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
with:
fetch-depth: 0

- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..
- name: Download language branch
run: |
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
Expand All @@ -50,6 +43,14 @@ jobs:
git checkout $BRANCH
git pull
git checkout master
- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..

- name: Run translation script on changed files
run: |
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/translate_sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
with:
fetch-depth: 0

- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..
- name: Download language branch
run: |
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
Expand All @@ -50,6 +43,14 @@ jobs:
git checkout $BRANCH
git pull
git checkout master
- name: Update & install translator.py (if needed)
run: |
cd scripts
rm -f translator.py
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..

- name: Run translation script on changed files
run: |
Expand Down
Loading

0 comments on commit c411009

Please sign in to comment.