summaryrefslogtreecommitdiff
path: root/Languages/po.rules
AgeCommit message (Collapse)Author
2022-04-02windows: simplify handling of gettextShawn Hoffman
fixes binplace on first build
2011-01-10Build mo translation files on all platforms. Had to import msgfmt ↵Glenn Rice
executable in the Externals to do this on windows. Save wxLanguage enumeration value in ini file so that users are not surprised when a language is added and dolphin-emu is suddenly translated in a different language. Update Spanish, Korean, and Simplified Chinese translations. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6804 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-05Add internationalization support. There aren't really any translations yet ↵Glenn Rice
other than a little French thanks to DavidVag. So now the translators need to go to work. See http://wiki.wxwidgets.org/Internationalization for directions. The binary .mo files are generated at build time on linux. They are provided in Data/Languages for windows. I don't know where they need to go on OSX, but they should be able to be generated there at least. I added a target to generate them on windows, but does not build by default as it requires that msgfmt.exe from the gnu gettext tools be installed and in the path. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6747 8ced0084-cf51-0410-be5f-012b33b47a6e