Skip to content

Commit

Permalink
Merge pull request #18 from zju1/patch-2
Browse files Browse the repository at this point in the history
Add karakalpakish and cats language
  • Loading branch information
hmert authored Jan 10, 2024
2 parents 1647de0 + 29f65bb commit ddee9d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions love.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
love.klingon = function() { return 'parmaq'; };
love.elvish = function() { return 'meleth'; };
love.morseCode = function() { return '.-.. --- ...- .'; };
love.karakalpakish = function() { return 'jaqsı kóremen'; };
love.catsLang = function() { return 'purr'; };

love.map = function(array) { return array.map(love); };
love.reduce = function(array) { return array.reduce(love); };
Expand Down

0 comments on commit ddee9d5

Please sign in to comment.