Skip to content

Commit

Permalink
Messages in bottles again because Poke exists
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticKoko committed Apr 16, 2024
1 parent 7bf4d16 commit 63bf84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
"hybrid-aquatic.sea_message.fishenjoe": "\"Give a man a fish and you'll feed him for a day,\nkill a man and you'll have one less homeless person begging you for fish.\n-Fishenjoe",
"hybrid-aquatic.sea_message.kaupenjoe": "\"It is better to sail the seven sea, than to get STDs\n-Kaupenjoe",
"hybrid-aquatic.sea_message.loss": "\"| ||\n|| |_",
"hybrid-aquatic.sea_message.one_piece": "\"THE ONE PIECE IS REAL\n-Poke",
"hybrid-aquatic.sea_message.poke": "\"I like cheese\n-Poke",
"hybrid-aquatic.sea_message.poyo": "\"I hate litterbugs.\"\n~Poyo",
"hybrid-aquatic.sea_message.rick_roll": "\"Never gonna give you up!\nNever gonna let you down!\nNever gonna run around and desert you!\n-Rick Astley",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class LanguageProvider(output: FabricDataOutput) : FabricLanguageProvider(output
"willowshine" to "\"Beware the fish girl\n-Willowshine",
"warranty" to "\"We've been trying to reach you about your car's extended warranty",
"poke" to "\"I like cheese\n-Poke",
"one_piece" to "\"THE ONE PIECE IS REAL\n-Poke",

).forEach { (id, translation) -> builder.add(SeaMessage(id).translationKey, translation) }

Expand Down

0 comments on commit 63bf84b

Please sign in to comment.