mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Add a little hack to make it so panic alerts and questions can be translated if they are in the wxWidgets portion of the code, as well as make a few strings in the config dialog translatable.
Add Hungarian translations by Delirious. Update Italian translations by RebuMan. Update German translations by JackyCola and LucasX. Update Greek translations by Gpower2. Update Frensh translations by Pascal. Make sure the game list is refreshed when the GC language is changed. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6826 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -98,6 +98,10 @@
|
||||
RelativePath=".\he.po"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\hu.po"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\it.po"
|
||||
>
|
||||
|
966
Languages/de.po
966
Languages/de.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
908
Languages/el.po
908
Languages/el.po
File diff suppressed because it is too large
Load Diff
611
Languages/en.po
611
Languages/en.po
File diff suppressed because it is too large
Load Diff
641
Languages/es.po
641
Languages/es.po
File diff suppressed because it is too large
Load Diff
1659
Languages/fr.po
1659
Languages/fr.po
File diff suppressed because it is too large
Load Diff
@ -2,9 +2,11 @@
|
||||
|
||||
cd ${0/gettextize/}/..
|
||||
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 \
|
||||
CPP_FILE_LIST=$(find $SRCDIR \( -name '*.cpp' -o -name '*.h' -o -name '*.c' \) \
|
||||
-a ! -path '*Debug*')
|
||||
xgettext -d dolphin-emu -s --keyword=_ --keyword=wxTRANSLATE --keyword=_t \
|
||||
--keyword=_wxt --keyword=_trans \
|
||||
-p ./Languages -o dolphin-emu.pot $CPP_FILE_LIST \
|
||||
--package-name="Dolphin Emu"
|
||||
|
||||
POTFILE=./Languages/dolphin-emu.pot
|
||||
|
613
Languages/he.po
613
Languages/he.po
File diff suppressed because it is too large
Load Diff
3499
Languages/hu.po
Normal file
3499
Languages/hu.po
Normal file
File diff suppressed because it is too large
Load Diff
1335
Languages/it.po
1335
Languages/it.po
File diff suppressed because it is too large
Load Diff
621
Languages/ja.po
621
Languages/ja.po
File diff suppressed because it is too large
Load Diff
629
Languages/ko.po
629
Languages/ko.po
File diff suppressed because it is too large
Load Diff
631
Languages/nb.po
631
Languages/nb.po
File diff suppressed because it is too large
Load Diff
631
Languages/nl.po
631
Languages/nl.po
File diff suppressed because it is too large
Load Diff
629
Languages/pl.po
629
Languages/pl.po
File diff suppressed because it is too large
Load Diff
616
Languages/ru.po
616
Languages/ru.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user