Skip to content

feat: add fr translation #30

feat: add fr translation

feat: add fr translation #30

Workflow file for this run

name: Poify/Unpoify
on:
push:
paths:
- .bgforge.yml
- .github/workflows/poify.yml
- "ua/tra/**"
pull_request:
paths:
- .bgforge.yml
- .github/workflows/poify.yml
- "ua/tra/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Poify/Unpoify run
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
uses: BGforgeNet/msg2po@dev
with:
poify: true
unpoify: true
dir2msgstr: true
single_commit: true
handle_charsets: true
handle_charsets_tra_path: ua/tra
handle_charsets_out_path: ua/tra_ee
- name: Poify/Unpoify test
if: (github.ref != 'refs/heads/master' && github.event_name == 'push') || github.event_name == 'pull_request'
uses: BGforgeNet/msg2po@dev
with:
poify: true
unpoify: true
dir2msgstr: true
single_commit: true
push: false
handle_charsets: true
handle_charsets_tra_path: ua/tra
handle_charsets_out_path: ua/tra_ee