mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Add additional translation keywords for generating POT file
This commit is contained in:
parent
d180977879
commit
e3744162a4
1
.github/workflows/generate_pot.yml
vendored
1
.github/workflows/generate_pot.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
find src -name *.cpp -o -name *.hpp -o -name *.h |
|
||||
xargs xgettext --from-code=utf-8 -w 100
|
||||
--keyword="_" --keyword="wxTRANSLATE" --keyword="wxPLURAL:1,2"
|
||||
--keyword="_tr" --keyword="TR_NOOP"
|
||||
--check=space-ellipsis --omit-header
|
||||
-o cemu.pot
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user