Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d6d19d

Browse files
committed
Remove generate_templates.sh in favor of Python script
1 parent bd49b56 commit 9d6d19d

File tree

2 files changed

+1
-44
lines changed

2 files changed

+1
-44
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# 3- Pull translations
8787

8888
- name: Generate template files and Transifex config file
89-
run: ./scripts/generate_templates.sh
89+
run: python ./scripts/manage_translations.py generate_templates
9090

9191
- name: Pull translations from Transifex
9292
id: pull

scripts/generate_templates.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)