Skip to content

Commit c411009

Browse files
committed
t8
1 parent 0570b64 commit c411009

17 files changed

+127
-113
lines changed

.github/workflows/translate_af.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- name: Update & install translator.py (if needed)
38-
run: |
39-
cd scripts
40-
rm -f translator.py
41-
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
42-
cd ..
43-
4437
- name: Download language branch
4538
run: |
4639
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
@@ -50,6 +43,14 @@ jobs:
5043
git checkout $BRANCH
5144
git pull
5245
git checkout master
46+
47+
- name: Update & install translator.py (if needed)
48+
run: |
49+
cd scripts
50+
rm -f translator.py
51+
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
52+
cd ..
53+
5354

5455
- name: Run translation script on changed files
5556
run: |

.github/workflows/translate_de.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- name: Update & install translator.py (if needed)
38-
run: |
39-
cd scripts
40-
rm -f translator.py
41-
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
42-
cd ..
43-
4437
- name: Download language branch
4538
run: |
4639
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
@@ -50,6 +43,14 @@ jobs:
5043
git checkout $BRANCH
5144
git pull
5245
git checkout master
46+
47+
- name: Update & install translator.py (if needed)
48+
run: |
49+
cd scripts
50+
rm -f translator.py
51+
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
52+
cd ..
53+
5354

5455
- name: Run translation script on changed files
5556
run: |

.github/workflows/translate_el.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- name: Update & install translator.py (if needed)
38-
run: |
39-
cd scripts
40-
rm -f translator.py
41-
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
42-
cd ..
43-
4437
- name: Download language branch
4538
run: |
4639
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
@@ -50,6 +43,14 @@ jobs:
5043
git checkout $BRANCH
5144
git pull
5245
git checkout master
46+
47+
- name: Update & install translator.py (if needed)
48+
run: |
49+
cd scripts
50+
rm -f translator.py
51+
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
52+
cd ..
53+
5354

5455
- name: Run translation script on changed files
5556
run: |

.github/workflows/translate_es.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- name: Update & install translator.py (if needed)
38-
run: |
39-
cd scripts
40-
rm -f translator.py
41-
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
42-
cd ..
43-
4437
- name: Download language branch
4538
run: |
4639
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
@@ -50,6 +43,13 @@ jobs:
5043
git checkout $BRANCH
5144
git pull
5245
git checkout master
46+
47+
- name: Update & install translator.py (if needed)
48+
run: |
49+
cd scripts
50+
rm -f translator.py
51+
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
52+
cd ..
5353
5454
- name: Run translation script on changed files
5555
run: |

.github/workflows/translate_fr.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- name: Update & install translator.py (if needed)
38-
run: |
39-
cd scripts
40-
rm -f translator.py
41-
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
42-
cd ..
43-
4437
- name: Download language branch
4538
run: |
4639
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
@@ -50,6 +43,14 @@ jobs:
5043
git checkout $BRANCH
5144
git pull
5245
git checkout master
46+
47+
- name: Update & install translator.py (if needed)
48+
run: |
49+
cd scripts
50+
rm -f translator.py
51+
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
52+
cd ..
53+
5354

5455
- name: Run translation script on changed files
5556
run: |

.github/workflows/translate_hi.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- name: Update & install translator.py (if needed)
38-
run: |
39-
cd scripts
40-
rm -f translator.py
41-
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
42-
cd ..
43-
4437
- name: Download language branch
4538
run: |
4639
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
@@ -50,6 +43,14 @@ jobs:
5043
git checkout $BRANCH
5144
git pull
5245
git checkout master
46+
47+
- name: Update & install translator.py (if needed)
48+
run: |
49+
cd scripts
50+
rm -f translator.py
51+
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
52+
cd ..
53+
5354

5455
- name: Run translation script on changed files
5556
run: |

.github/workflows/translate_it.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- name: Update & install translator.py (if needed)
38-
run: |
39-
cd scripts
40-
rm -f translator.py
41-
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
42-
cd ..
43-
4437
- name: Download language branch
4538
run: |
4639
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
@@ -50,6 +43,14 @@ jobs:
5043
git checkout $BRANCH
5144
git pull
5245
git checkout master
46+
47+
- name: Update & install translator.py (if needed)
48+
run: |
49+
cd scripts
50+
rm -f translator.py
51+
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
52+
cd ..
53+
5354

5455
- name: Run translation script on changed files
5556
run: |

.github/workflows/translate_ja.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- name: Update & install translator.py (if needed)
38-
run: |
39-
cd scripts
40-
rm -f translator.py
41-
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
42-
cd ..
43-
4437
- name: Download language branch
4538
run: |
4639
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
@@ -50,6 +43,14 @@ jobs:
5043
git checkout $BRANCH
5144
git pull
5245
git checkout master
46+
47+
- name: Update & install translator.py (if needed)
48+
run: |
49+
cd scripts
50+
rm -f translator.py
51+
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
52+
cd ..
53+
5354

5455
- name: Run translation script on changed files
5556
run: |

.github/workflows/translate_ko.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- name: Update & install translator.py (if needed)
38-
run: |
39-
cd scripts
40-
rm -f translator.py
41-
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
42-
cd ..
43-
4437
- name: Download language branch
4538
run: |
4639
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
@@ -50,6 +43,14 @@ jobs:
5043
git checkout $BRANCH
5144
git pull
5245
git checkout master
46+
47+
- name: Update & install translator.py (if needed)
48+
run: |
49+
cd scripts
50+
rm -f translator.py
51+
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
52+
cd ..
53+
5354

5455
- name: Run translation script on changed files
5556
run: |

.github/workflows/translate_pl.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- name: Update & install translator.py (if needed)
38-
run: |
39-
cd scripts
40-
rm -f translator.py
41-
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
42-
cd ..
43-
4437
- name: Download language branch
4538
run: |
4639
git config --global --add safe.directory /__w/hacktricks-cloud/hacktricks-cloud
@@ -50,6 +43,14 @@ jobs:
5043
git checkout $BRANCH
5144
git pull
5245
git checkout master
46+
47+
- name: Update & install translator.py (if needed)
48+
run: |
49+
cd scripts
50+
rm -f translator.py
51+
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
52+
cd ..
53+
5354

5455
- name: Run translation script on changed files
5556
run: |

0 commit comments

Comments
 (0)