diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-12 11:36:37 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-12 11:36:37 +0800 |
commit | 72dbc81f48008909473e67eb23e61e05ff4d8057 (patch) | |
tree | 7ae2ce7aabf1c82da3ff9f8de2284966f9edb6e0 /widgets/misc/ChangeLog | |
parent | 97926d706a599a789b8d7b03a9e41a20513659d1 (diff) | |
download | gsoc2013-evolution-72dbc81f48008909473e67eb23e61e05ff4d8057.tar gsoc2013-evolution-72dbc81f48008909473e67eb23e61e05ff4d8057.tar.gz gsoc2013-evolution-72dbc81f48008909473e67eb23e61e05ff4d8057.tar.bz2 gsoc2013-evolution-72dbc81f48008909473e67eb23e61e05ff4d8057.tar.lz gsoc2013-evolution-72dbc81f48008909473e67eb23e61e05ff4d8057.tar.xz gsoc2013-evolution-72dbc81f48008909473e67eb23e61e05ff4d8057.tar.zst gsoc2013-evolution-72dbc81f48008909473e67eb23e61e05ff4d8057.zip |
make the Because cases the same.
2004-05-12 Not Zed <NotZed@Ximian.com>
* e-system-errors.xml: make the Because cases the same.
* e-system-errors.xml.h: add for translators.
* e-error.c (ee_load): just use _() to do i18n rather than the
nasty lang stuff.
(find_node): no longer needed.
* Makefile.am (%.xml.h): setup the build rules for the i18n file
for the errors.
* e-system-errors.xml.in: Removed, renamed to .xml and removed the
_ stuff.
svn path=/trunk/; revision=25871
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index cd91a192ee..b8bd494a42 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,19 @@ +2004-05-12 Not Zed <NotZed@Ximian.com> + + * e-system-errors.xml: make the Because cases the same. + + * e-system-errors.xml.h: add for translators. + + * e-error.c (ee_load): just use _() to do i18n rather than the + nasty lang stuff. + (find_node): no longer needed. + + * Makefile.am (%.xml.h): setup the build rules for the i18n file + for the errors. + + * e-system-errors.xml.in: Removed, renamed to .xml and removed the + _ stuff. + 2004-05-04 Xan Lopez <xan@gnome.org> * Makefile.am: |