From 66c1e0502212247239bc59c8914a6517597fdf07 Mon Sep 17 00:00:00 2001 From: Peter Anderson Date: Fri, 14 Jan 2022 23:35:35 +0000 Subject: [PATCH] Issue #1: Added some new words. --- aussie.module | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/aussie.module b/aussie.module index 5d41f91..2be66ab 100644 --- a/aussie.module +++ b/aussie.module @@ -380,7 +380,8 @@ function aussie_slang() { "hoon's" => array("hooligan's"), "hoons" => array("hooligans"), "hoon" => array("hooligan"), - "hooroo" => array("goodbye|bye"), + "hoo-roo" => array("goodbye|bye"), + "howya" => array("how are you"), "icy poles'" => array("popsicle sticks'|popsicles'"), "icy pole's" => array("popsicle stick's|popsicle's"), "icy poles" => array("popsicle sticks|popsicles"), @@ -423,6 +424,8 @@ function aussie_slang() { "mate's" => array("friend's"), "mates" => array("friends"), "mate" => array("friend"), + "me" => array("my"), + "missus" => array("wife"), "mozzies'" => array("mosquitos'|mosquitoes'"), "mozzie's" => array("mosquito's"), "mozzies" => array("mosquitos|mosquitoes"), @@ -562,6 +565,7 @@ function aussie_slang() { "vego's" => array("vegetarian's", FALSE), "vegos" => array("vegetarians", FALSE), "vego" => array("vegetarian", FALSE), + "whatcha" => array("what are you"), "whinging" => array("complaining"), "whinged" => array("complained"), "whinges" => array("complains"),