added attribution to PigLatin.pm
parent
7b25e8fd45
commit
84f8cd3829
|
@ -8,6 +8,16 @@ triggers startend => 'pig latin', 'piglatin';
|
|||
zci is_cached => 1;
|
||||
zci answer_type => "translation";
|
||||
|
||||
attribution github => ['http://github.com/nospampleasemam', 'nospampleasemam'],
|
||||
web => ['http://github.com/nospampleasemam', 'nospampleasemam'];
|
||||
|
||||
primary_example_queries 'pig latin i love duckduckgo';
|
||||
name 'PigLatin';
|
||||
description 'translate a phrase into pig latin';
|
||||
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/PigLatin.pm';
|
||||
category 'conversions';
|
||||
topics 'words_and_games';
|
||||
|
||||
handle remainder => sub {
|
||||
return "Pig Latin: " . piglatin($_)
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue