Project:Drupal core
Version:7.x-dev
Component:user interface text
Category:task
Priority:normal
Assigned:Unassigned
Status:closed (duplicate)
Issue tags:arrrrr!, yarrrrr!

Issue Summary

This patch adds much needed pirate-isms into Drupal, yar. So far it only includes two changes....

  1. Replaces instances of "you" with "yar".
  2. Replaces "Administer" with "Administarrrrr, avast".

Here is a screenshot. I believe there is much more we can improve with bringing Pirate into Drupal core. Ideas and patches welcome.............

AttachmentSizeStatusTest resultOperations
eye.patch502.36 KBIdleFailed: Failed to apply patch.View details | Re-test
eyepatch.png72.49 KBIgnored: Check issue status.NoneNone

Comments

#1

Thanks for taking the initiative on this much needed feature Rob. After reviewing the patch I have a few comments:

  • Can we get "Administarrrrr, avast" renamed to "Captains Quarters". I think this would add more clarity for the crew
  • I don't seem to see any references to rum or grog, was this a mistake?
  • I think an informative help message about the dangers of scurvy on the high seas would be a fantastic addition to the default page

Other than that, this is looking great.

#2

How could the patch ever be named more eloquently? Yarrrrrr!

#3

Lol, matey! :)

#4

Status:needs review» postponed

Postponed to next year ... ;-)

#5

Priority:normal» critical
Status:postponed» needs review

I was too excited to wait another day. And October 15th is coming soon!

  • Updates to HEAD
  • Users are now scuvy dogs and swash bucklers
  • Takes #1 into effect (nodes are grog... mmmmmmmm).
AttachmentSizeStatusTest resultOperations
eye.patch1.01 MBIdleFailed: 12982 passes, 5 fails, 0 exceptionsView details | Re-test

#6

Status:needs review» needs work

The last submitted patch failed testing.

#7

We have removed msot of those words from the interface, why not come up with new names for the categories for Configratuon & Modules?

#8

Status:needs work» needs review

* the installer feels much more seafarin'
* we now have arrrrticles
* form_set_error adds ", ye scurvy dog!"
* That's captain, ye lubber, not "administrator."

AttachmentSizeStatusTest resultOperations
eye_8.patch1.04 MBIdleFailed: Failed to apply patch.View details | Re-test

#9

Status:needs review» needs work

The last submitted patch failed testing.

#10

Failed to apply? Try this one, ye scurvy lubber.

AttachmentSizeStatusTest resultOperations
eye_10.patch1.04 MBIdleFailed: Failed to apply patch.View details | Re-test

#11

Status:needs work» needs review

Avast!

#12

Status:needs review» needs work

The last submitted patch failed testing.

#13

Version:7.x-dev» 8.x-dev

Sorry, to late for Drupal 7 - lets make this more awsome so it can get into Drupal 8.

#14

Category:bug report» feature request
Priority:critical» normal

I really hope the patch will not really get in Drupal 8.

#15

/me thinks kiamlaluno lost his sense of humor.

#16

Version:8.x-dev» 7.x-dev
Category:feature request» bug report

Avast, ye scurvy lubbers! Drupal 8? Get out the grog and pour it down Dries until he commits it to 7! Yarr!

#17

Priority:normal» critical

Arrr, horrible issue be needed t' fixed. A pence for an old man o'de sea?

#18

Priority:critical» minor
Status:needs work» needs review

Please have another time to joke.

#19

Priority:minor» major
Status:needs review» needs work
Issue tags:+yarrrrr!

#20

Component:other» user interface text
Category:bug report» task
Priority:major» normal

Guys. Put the following into http://drupal.org/project/pirate

<?php
function pirate_element_info_alter(&$types) {
  foreach (
$types as $type => &$info) {
    if (
$type != 'ajax') {
     
$info['#post_render'][] = 'pirate_element_post_render';
    }
  }
}

function
pirate_element_post_render($string, $element) {
 
$string = strtr($string, array(
   
'you' => 'yarr',
   
// ...
 
));
  return
$string;
}
?>

#21

Status:needs work» closed (duplicate)

See #559084: Release Drupal 7 version of Pirate

nobody click here