Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2008-02-13 23:56:03 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2008-02-13 23:56:03 (GMT)
commit632866eeff32ebd9a401d89c76041b4dfb145038 (patch)
tree0bc5f84f1d71afabd720a1fbc4105e133d9ce332
parent2ae3dee165a60e1f58d5074668a32114a3fd96fd (diff)
Windows issue. Translation was broken in all python modules.
Now use the gcompris gettext instead of the python one. svn path=/trunk/; revision=3242
-rw-r--r--ChangeLog42
-rw-r--r--README.mingw3
2 files changed, 44 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c38aa1a..97008fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2008-02-14 Bruno coudoin <bruno.coudoin@free.fr>
+
+ Windows issue. Translation was broken in all python modules.
+ Now use the gcompris gettext instead of the python one.
+
+ * README.mingw:
+ * src/boards/python/admin/board_list.py:
+ * src/boards/python/admin/class_edit.py:
+ * src/boards/python/admin/class_list.py:
+ * src/boards/python/admin/group_edit.py:
+ * src/boards/python/admin/group_list.py:
+ * src/boards/python/admin/group_user_list.py:
+ * src/boards/python/admin/log_list.py:
+ * src/boards/python/admin/module.py:
+ * src/boards/python/admin/module_boards.py:
+ * src/boards/python/admin/module_groups.py:
+ * src/boards/python/admin/module_profiles.py:
+ * src/boards/python/admin/module_reports.py:
+ * src/boards/python/admin/module_users.py:
+ * src/boards/python/admin/profile_edit.py:
+ * src/boards/python/admin/profile_group_list.py:
+ * src/boards/python/admin/profile_list.py:
+ * src/boards/python/admin/user_edit.py:
+ * src/boards/python/admin/user_list.py:
+ * src/boards/python/admin/wordlist.py:
+ * src/boards/python/administration.py:
+ * src/boards/python/anim.py:
+ * src/boards/python/ballcatch.py:
+ * src/boards/python/chat.py:
+ * src/boards/python/connect4.py:
+ * src/boards/python/followline.py:
+ * src/boards/python/gnumch.py:
+ * src/boards/python/login.py:
+ * src/boards/python/redraw.py:
+ * src/boards/python/searace.py:
+ * src/boards/python/sudoku.py:
+ * src/boards/python/tuxpaint.py:
+ * src/boards/python/writing_tutor_image_match.py:
+ * src/boards/python/writing_tutor_missing_match.py:
+ * src/boards/python/writing_tutor_pattern_admin.py:
+ * src/boards/python/writing_tutor_template_match.py:
+
*** RELEASE 8.4.4 ***
2008-02-13 Bruno coudoin <bruno.coudoin@free.fr>
diff --git a/README.mingw b/README.mingw
index 24eef25..ebc0861 100644
--- a/README.mingw
+++ b/README.mingw
@@ -66,6 +66,7 @@ GNUCHESS_TOP := /gnuchess
3: BUILDING GCOMPRIS.EXE
========================
+* On a GNU/Linux system, install gcompris in /usr/local to generate the translations
* On a GNU/Linux system, create gcompris-win-prepack.tar.gz with:
make -f Makefile.mingw prep
* Now on the windows system:
@@ -79,7 +80,7 @@ GNUCHESS_TOP := /gnuchess
the win32-install-dir should contain anything needed to run and package GCompris.
-* run make -f Makefile.make installer to create the installer
+* run make -f Makefile.mingw installer to create the installer
The installer used is NSIS get it there:
http://nsis.sourceforge.net/Main_Page
And install it in it's default /c/Program Files/NSIS/makensis.exe