2023-07-28 15:45:31 +00:00
|
|
|
steps:
|
2021-12-18 19:28:14 +00:00
|
|
|
build_xgettext:
|
|
|
|
image: friendicaci/transifex
|
|
|
|
commands:
|
|
|
|
- ./bin/run_xgettext.sh
|
|
|
|
check:
|
|
|
|
image: friendicaci/transifex
|
|
|
|
commands:
|
|
|
|
- /check-messages.sh
|
|
|
|
|
2024-03-15 22:48:49 +00:00
|
|
|
when:
|
|
|
|
- branch:
|
|
|
|
exclude: [ stable ]
|