File tree Expand file tree Collapse file tree 3 files changed +9
-26
lines changed Expand file tree Collapse file tree 3 files changed +9
-26
lines changed Original file line number Diff line number Diff line change 20
20
permissions :
21
21
contents : write
22
22
pull-requests : write
23
- uses : newfold-labs/workflows/.github/workflows/reusable-azure-ai-translate .yml@main
23
+ uses : newfold-labs/workflows/.github/workflows/reusable-translations .yml@main
24
24
with :
25
25
text_domain : ' wp-module-deactivation'
26
26
secrets :
27
27
TRANSLATOR_API_KEY : ${{ secrets.TRANSLATOR_API_KEY }}
28
- NEWFOLD_ACCESS_TOKEN : ${{ secrets.NEWFOLD_ACCESS_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 68
68
" @i18n-php" ,
69
69
" @i18n-json"
70
70
],
71
+ "i18n-ci-pre" : [
72
+ " @i18n-pot" ,
73
+ " @i18n-po"
74
+ ],
75
+ "i18n-ci-post" : [
76
+ " @i18n-json" ,
77
+ " @i18n-php"
78
+ ],
71
79
"i18n-json" : " rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print" ,
72
80
"i18n-mo" : " vendor/bin/wp i18n make-mo ./languages" ,
73
81
"i18n-php" : " vendor/bin/wp i18n make-php ./languages" ,
You can’t perform that action at this time.
0 commit comments