Skip to content

Commit 3120b32

Browse files
authored
Push workflow updates to translation-files branch (#309)
1 parent cf16835 commit 3120b32

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/clear-translation-target-files.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
!documentation-pages/*
66
!general-pages/*
77
!general-strings/*
8+
!.github/*

.github/workflows/en-updates-to-translation-repo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
md2po --version
2525
- name: Create folder for files to be copied
2626
run: mkdir _i18n/translation-files
27+
- name: Keep workflows up-to-date
28+
run: cp -r .github _i18n/translation-files
2729
- name: Create/update YAML file with short texts
2830
# translated files are not copied because translation is done in Weblate - any manual translation edits will be lost
2931
run: cp _i18n/en.yml _i18n/translation-files

0 commit comments

Comments
 (0)