// Under the $patterns array in function pirate_filter

- '%\bnever\b%' => "ne'er",
+ %\bnever\b%' => "no nay ne'er",

+ '%\bare\b%' => 'be',
+ '%\bDrupalists\b%' => 'Bucaneers',
+ '%\bthere\b%' => 'thar',
+ '%b\bnot\b%' => 'nay',
+ '%\bdesign\b%' => 'bounty',
+ '%\bonline\b%' => 'on the plank',
+ '/and\b/' => "an'",
+ '/ious\b/' => "i'us",

// Added to the $shouts array in function avast
+ ", shiver me timbers",
+ ", yo ho, ho",
+ ", ya bilge rat!",
+ ", Get out of me rum!",
+ ", feed the fishes",
+ ", me Jolly Roger",
+ ", Ya horn swogglin' scurvy cur!",
+ ", Ya swabbie!",
+ ", All Hands Hoay!",
+ ", Avast me hearties!",
+ ", Dance the Hempen Jig",
+ ", Hornswaggle",
+ ", Ya lily livered swabbie!",

CommentFileSizeAuthor
#2 pirate.patch2.35 KBaufumy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sillygwailo’s picture

Assigned: Unassigned » sillygwailo
aufumy’s picture

FileSize
2.35 KB

created a proper patch file

sillygwailo’s picture

Status: Needs review » Fixed

Committed to HEAD, DRUPAL-5 and DRUPAL-4-7 branches.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.