mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 00:56:13 +00:00
Fix install location of mo files on windows.
Add Japanese translations thanks to DanbSky. Add Greek translations thanks to Link_to_the_past and gpower2. Add Dutch translations thanks to MADCreations. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6806 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
795a22559b
commit
08b2e766d6
10 changed files with 10052 additions and 96 deletions
|
@ -5,7 +5,7 @@ SRCDIR=Source
|
|||
CPP_FILE_LIST=$(find $SRCDIR \( -name '*.cpp' -o -name '*.h' -o -name '*.c' \) -a ! \
|
||||
-path '*Debug*')
|
||||
xgettext -d dolphin-emu -s --keyword=_ --keyword=wxTRANSLATE -p ./Languages -o dolphin-emu.pot $CPP_FILE_LIST \
|
||||
--package-name="Dolphin Emu" --package-version="2.0"
|
||||
--package-name="Dolphin Emu"
|
||||
|
||||
POTFILE=./Languages/dolphin-emu.pot
|
||||
PO_FILES=$(find ./Languages -name '*.po')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue