File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed
Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : [main]
66jobs :
7- build :
8- runs-on : ubuntu-latest
9- steps :
10- - uses : actions/checkout@v4
11- - uses : actions/setup-python@v5
12- with :
13- python-version : ' 3.11'
14- cache : pip
15- cache-dependency-path : ' **/requirements*.txt'
16- - name : Install translate-toolkit
17- run : |
18- sudo apt update
19- sudo apt install gettext translate-toolkit
20- - run : pip install -r requirements.txt
21- - run : python manage.py makemessages -a
22- - name : Count incomplete translations
23- shell : bash
24- run : |
25- output=$(find . -name LC_MESSAGES -not -path "*/en/*" -exec pocount --incomplete --short "{}" +)
26- echo $output
27- [ "$output" = "" ]
7+ i18n :
8+ uses : open-contracting/.github/.github/workflows/i18n-django.yml@main
You can’t perform that action at this time.
0 commit comments