[Lemon-commits] [lemon_svn] ladanyi: r2401 - in hugo/branches/i18n: gui po
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:52:22 CET 2006
Author: ladanyi
Date: Fri Dec 2 09:27:49 2005
New Revision: 2401
Modified:
hugo/branches/i18n/gui/graph-displayer.cc
hugo/branches/i18n/po/hu.po
Log:
It works now.
Modified: hugo/branches/i18n/gui/graph-displayer.cc
==============================================================================
--- hugo/branches/i18n/gui/graph-displayer.cc (original)
+++ hugo/branches/i18n/gui/graph-displayer.cc Fri Dec 2 09:27:49 2005
@@ -19,9 +19,9 @@
int main(int argc, char *argv[])
{
-// setlocale (LC_ALL, "");
- bindtextdomain (PACKAGE, LOCALEDIR);
- textdomain (PACKAGE);
+ bindtextdomain(PACKAGE, LOCALEDIR);
+ bind_textdomain_codeset(PACKAGE, "UTF-8");
+ textdomain(PACKAGE);
//initializing
Modified: hugo/branches/i18n/po/hu.po
==============================================================================
--- hugo/branches/i18n/po/hu.po (original)
+++ hugo/branches/i18n/po/hu.po Fri Dec 2 09:27:49 2005
@@ -22,7 +22,7 @@
#: ../gui/main_win.cc:10 ../gui/main_win.cc:243 ../gui/main_win.cc:337
msgid "unsaved file - "
-msgstr "nem mentett fájl"
+msgstr "nem mentett fájl - "
#: ../gui/main_win.cc:83
msgid "_File"
More information about the Lemon-commits
mailing list