Skip to content

Commit

Permalink
Merge pull request #210 from tonybaloney/i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Oct 10, 2022
2 parents 2448f3b + 8738298 commit d61ee78
Show file tree
Hide file tree
Showing 8 changed files with 8,830 additions and 1,612 deletions.
8 changes: 3 additions & 5 deletions media/main-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -1435,8 +1435,7 @@ class RubberDuck extends BasePetType {
return '๐Ÿฅ';
}
hello() {
// TODO: #190 Add a custom message for duck
return ` says hello ๐Ÿ‘‹!`;
return ` Hi, I love to quack around ๐Ÿ‘‹!`;
}
}
exports.RubberDuck = RubberDuck;
Expand Down Expand Up @@ -1533,8 +1532,7 @@ class Crab extends BasePetType {
return '๐Ÿฆ€';
}
hello() {
// TODO: #192 Add a custom message for crab
return ` says hello ๐Ÿ‘‹!`;
return ` Hi, I'm Crabsolutely Clawsome Crab ๐Ÿ‘‹!`;
}
}
exports.Crab = Crab;
Expand Down Expand Up @@ -1583,7 +1581,7 @@ class Zappy extends BasePetType {
}
hello() {
// TODO: #193 Add a custom message for zappy
return ` says hello ๐Ÿ‘‹!`;
return ` Hello this is Zappy! Do I look familiar?? I am the mascot for Azure Functions๐Ÿ˜‰`;
}
}
exports.Zappy = Zappy;
Expand Down
Loading

0 comments on commit d61ee78

Please sign in to comment.