|
75 | 75 | -name:TRANSLATORS |
76 | 76 | run:| |
77 | 77 | diff -Naur TRANSLATORS <(LANG=es python scripts/sort.py < TRANSLATORS) |
78 | | - -name:Powrap |
79 | | -if:steps.po-files-to-check.outputs.any_po_files_to_check == 'true' |
80 | | -run:powrap --diff --check --quiet ${{ steps.po-files-to-check.outputs.po_files_to_check }} |
| 78 | +# FIXME |
| 79 | +# Se deshabilita porque el CI usa gettext 0.21 que es muy antiguo |
| 80 | +# y la mayoría de los sistemas usa 0.22.X |
| 81 | +#- name: Powrap |
| 82 | +# if: steps.po-files-to-check.outputs.any_po_files_to_check == 'true' |
| 83 | +# run: powrap --diff --check --quiet ${{ steps.po-files-to-check.outputs.po_files_to_check }} |
81 | 84 | -name:Sphinx lint |
82 | 85 | if:steps.po-files-to-check.outputs.any_po_files_to_check == 'true' |
83 | 86 | run:sphinx-lint ${{ steps.po-files-to-check.outputs.po_files_to_check }} |
|