Skip to content

Commit bcc7dcb

Browse files
committed
Switch to utf-8 setup.tra, ref BGforgeNet/bg2-wildmage#30
Also bump version, and don't use MOD_FOLDER in LANGUAGE, ref https://forums.pocketplane.net/index.php?topic=29521.0
1 parent 7bfc17e commit bcc7dcb

14 files changed

Lines changed: 20 additions & 183 deletions

File tree

.github/workflows/poify.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,27 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616

17-
- name: Poify/Unpoify
17+
- name: Poify/Unpoify run
18+
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
1819
uses: BGforgeNet/msg2po@dev
1920
with:
2021
poify: true
2122
unpoify: true
22-
push: true
2323
dir2msgstr: true
2424
single_commit: true
2525
handle_charsets: true
2626
handle_charsets_tra_path: ua/tra
2727
handle_charsets_out_path: ua/tra_ee
28-
handle_charsets_from_utf8: false
29-
handle_charsets_split_console: true
28+
29+
- name: Poify/Unpoify test
30+
if: (github.ref != 'refs/heads/master' && github.event_name == 'push') || github.event_name == 'pull_request'
31+
uses: BGforgeNet/msg2po@dev
32+
with:
33+
poify: true
34+
unpoify: true
35+
dir2msgstr: true
36+
single_commit: true
37+
push: false
38+
handle_charsets: true
39+
handle_charsets_tra_path: ua/tra
40+
handle_charsets_out_path: ua/tra_ee

ua/tra_ee/english/setup-osx.tra

Lines changed: 0 additions & 16 deletions
This file was deleted.

ua/tra_ee/english/setup-unix.tra

Lines changed: 0 additions & 16 deletions
This file was deleted.

ua/tra_ee/english/setup-win32.tra

Lines changed: 0 additions & 16 deletions
This file was deleted.

ua/tra_ee/portuguese/setup-osx.tra

Lines changed: 0 additions & 14 deletions
This file was deleted.

ua/tra_ee/portuguese/setup-unix.tra

Lines changed: 0 additions & 14 deletions
This file was deleted.

ua/tra_ee/portuguese/setup-win32.tra

Lines changed: 0 additions & 14 deletions
This file was deleted.

ua/tra_ee/russian/setup-osx.tra

Lines changed: 0 additions & 14 deletions
This file was deleted.

ua/tra_ee/russian/setup-unix.tra

Lines changed: 0 additions & 14 deletions
This file was deleted.

ua/tra_ee/russian/setup-win32.tra

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)