rclark559 / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Convert language translation system to use gnu gettext #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Today, user has to manually set the language, which causes the gui to
disappear and reappear in the new language. mupen64plus should just use gnu
gettext so the correct language is used automatically depending on system
settings. This will be nicer for the user and we can get rid of the
unnecessary translation functions.

Original issue reported on code.google.com by ebenbl...@gmail.com on 10 Apr 2008 at 4:33

GoogleCodeExporter commented 8 years ago
Created branch for this fix:

svn://fascination.homelinux.net:7684/mupen64plus/branches/r0375-gettext

Original comment by ebenbl...@gmail.com on 5 May 2008 at 6:16

GoogleCodeExporter commented 8 years ago
All of the translation code was removed from the core and the plugins.  This is 
an
issue for the front-ends now.

Original comment by richard...@gmail.com on 8 Jan 2010 at 5:14