aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-11-27 01:20:16 +0800
committerDan Winship <danw@src.gnome.org>2002-11-27 01:20:16 +0800
commit57d76d9b31a0ff48f2134d11737818a74fdf6c8a (patch)
tree30ce4e2e175397fcf9de1a87add71f94f20c244b /e-util/ChangeLog
parent2382dbef3f62323796e1b36996bd14a74230a024 (diff)
downloadgsoc2013-evolution-57d76d9b31a0ff48f2134d11737818a74fdf6c8a.tar
gsoc2013-evolution-57d76d9b31a0ff48f2134d11737818a74fdf6c8a.tar.gz
gsoc2013-evolution-57d76d9b31a0ff48f2134d11737818a74fdf6c8a.tar.bz2
gsoc2013-evolution-57d76d9b31a0ff48f2134d11737818a74fdf6c8a.tar.lz
gsoc2013-evolution-57d76d9b31a0ff48f2134d11737818a74fdf6c8a.tar.xz
gsoc2013-evolution-57d76d9b31a0ff48f2134d11737818a74fdf6c8a.tar.zst
gsoc2013-evolution-57d76d9b31a0ff48f2134d11737818a74fdf6c8a.zip
If the language is something like "fr_FR", return both "fr_FR" and "fr" in
* e-lang-utils.c (e_get_language_list): If the language is something like "fr_FR", return both "fr_FR" and "fr" in the list. Oaf doesn't consider "fr_FR" to match a "-fr" translation. svn path=/trunk/; revision=18926
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index ec03e75cbb..97f643ad23 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,9 @@
+2002-11-26 Dan Winship <danw@ximian.com>
+
+ * e-lang-utils.c (e_get_language_list): If the language is
+ something like "fr_FR", return both "fr_FR" and "fr" in the list.
+ Oaf doesn't consider "fr_FR" to match a "-fr" translation.
+
2002-11-22 Not Zed <NotZed@Ximian.com>
* e-msgport.c (EMsgPort): Added an optional nspr pipe field.