diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-11-04 17:45:26 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-11-04 17:45:26 (GMT) |
commit | c1ff0021b42fb5738a0cb31da15c12eb6dfac816 (patch) | |
tree | 5ada2aaf5f8bbf7df2ae4d851235b1ab4a0d5c82 /ChangeLog | |
parent | a3e238eb03fc52845e7a8930feb384a0ad33233e (diff) |
Introduced translations.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@188 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +10-11-05 Cyrille Bagard <nocbos@gmail.com> + + * i18n.h: + New entriy: introduce translations. + + * Makefile.am: + Add po to SUBDIRS. + + * po/fr.po: + * po/LINGUAS: + * po/openida.pot: + New entries: introduce translations. + + * po/POTFILES.in: + Update the list of files to analyse. + + * src/analysis/binary.c: + * src/editor.c: + * src/main.c: + Update code. + 10-11-02 Cyrille Bagard <nocbos@gmail.com> * src/analysis/binary.c: |