From 3b21e0de7ee263bbba72dee9567d8e14abe7fdec Mon Sep 17 00:00:00 2001 From: Hopek Date: Sun, 10 May 2020 17:29:01 -0500 Subject: [PATCH] Adds Plushie accent --- strings/accents/accent_plushie.json | 11 +++++++++++ strings/accents/accents.json | 1 + 2 files changed, 12 insertions(+) create mode 100644 strings/accents/accent_plushie.json diff --git a/strings/accents/accent_plushie.json b/strings/accents/accent_plushie.json new file mode 100644 index 000000000000..2db45023183c --- /dev/null +++ b/strings/accents/accent_plushie.json @@ -0,0 +1,11 @@ +{ + "Plushie": { + "r": "w", + "l": "w", + "\bthe\b": "teh", + "\bthis\b": "dis", + "\bwith\b": "wif", + "\byou\b": "chu", + "\byour\b": "ur" + } +} diff --git a/strings/accents/accents.json b/strings/accents/accents.json index e56d3db1923c..363a74e9a4b3 100644 --- a/strings/accents/accents.json +++ b/strings/accents/accents.json @@ -15,6 +15,7 @@ "Pirate": "accent_pirate.json", "Light Pirate": "accent_piratelight.json", "Psuedo-Latin":"accent_pseudolatin.json", + "Plushie":"accent_plushie.json", "Scottish": "accent_scottish.json", "Light Scottish": "accent_scottishlight.json", "Light Shakespearean": "accent_shakespeareanlight.json",