From 9c44a2d48a7c17003ea2dda7e92680542f859b57 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sun, 23 Nov 2008 19:24:57 +0100 Subject: [PATCH] =?utf8?q?New=20'sex'=20plugin:=20{"Cher"|sex:"Ch=C3=A8re"?= =?utf8?q?}?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Or: {"Cher"|sex:"Chère":$sex} Signed-off-by: Florent Bruneau --- plugins/modifier.sex.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 plugins/modifier.sex.php diff --git a/plugins/modifier.sex.php b/plugins/modifier.sex.php new file mode 100644 index 0000000..3644564 --- /dev/null +++ b/plugins/modifier.sex.php @@ -0,0 +1,31 @@ +isFemale(); + } + return $sex ? $female : $male; +} + +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: +?> -- 2.1.4