aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ename
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-10-30 06:51:21 +0800
committerChris Lahey <clahey@src.gnome.org>2001-10-30 06:51:21 +0800
commit2e21780aad5361453f388000d84caa11bd9b9488 (patch)
tree05ee4f0465e30b8b23e2d984cc930566edb74909 /e-util/ename
parent60dcd520578c64ae21afbb9a984e15792b3cd27d (diff)
downloadgsoc2013-evolution-2e21780aad5361453f388000d84caa11bd9b9488.tar.gz
gsoc2013-evolution-2e21780aad5361453f388000d84caa11bd9b9488.tar.zst
gsoc2013-evolution-2e21780aad5361453f388000d84caa11bd9b9488.zip
Added French conjunction.
2001-10-29 Christopher James Lahey <clahey@ximian.com> * ename/e-name-western.c (e_name_western_fixup): Added French conjunction. * e-host-utils.c: Don't define gethost_mutex unless we need it. svn path=/trunk/; revision=14373
Diffstat (limited to 'e-util/ename')
-rw-r--r--e-util/ename/e-name-western.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/ename/e-name-western.c b/e-util/ename/e-name-western.c
index e6bd333e3c..c016533d91 100644
--- a/e-util/ename/e-name-western.c
+++ b/e-util/ename/e-name-western.c
@@ -846,6 +846,9 @@ e_name_western_fixup (ENameWestern *name, ENameWesternIdxs *idxs)
/* Finnish */
CHECK_MIDDLE_NAME_FOR_CONJUNCTION_CASE ("ja");
+ /* French */
+ CHECK_MIDDLE_NAME_FOR_CONJUNCTION_CASE ("et");
+
/* Russian */
CHECK_MIDDLE_NAME_FOR_CONJUNCTION ("\xd0\x98"); /* u+0418 */
CHECK_MIDDLE_NAME_FOR_CONJUNCTION ("\xd0\xb8"); /* u+0438 */
* - Convert to new USES gmake for my portswg2013-07-051-1/+1 * ftp/yafc: update to 1.2.5wg2013-06-172-5/+6 * Convert USE_NCURSES by USES=ncursesbapt2013-05-061-1/+1 * - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1 * Fix NLS supportpawel2013-04-201-2/+1 * Only install the bash completion file if the newly-added BASH option is set.rakuco2013-01-201-5/+11 * - Update to 1.2.4.rakuco2013-01-172-8/+4 * - Update to 1.2.3bdrewery2012-11-282-4/+8 * - Update to 1.2.2bdrewery2012-11-103-34/+14 * - Add LICENSEsperber2012-07-202-7/+49 * - Update to 1.2.0sylvio2012-06-252-12/+13 * - Update to version 1.1.3 [1]pawel2012-05-08