Skip to content

Fixed and unified the description for some ammo subtypes #63

Fixed and unified the description for some ammo subtypes

Fixed and unified the description for some ammo subtypes #63

Workflow file for this run

name: Poify/Unpoify
on:
push:
branches:
- master
paths:
- "data/text/**"
jobs:
msg2po:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Poify/Unpoify
uses: BGforgeNet/msg2po@master
with:
poify: true
unpoify: true
push: true
single_commit: true