Files
kiwistation/strings/canadian_replacement.json
T
Vile Beggar 313db3ad8b Tweaks the drill hat to be a bit less annoying (#42655)
* does the tweaking

* indent fix

* adds more canadian variety

* no longer mr politeman

* adds cobby's review suggestion

* gets rid of mutation defines

* makes it use speechmod

* removes accidental letters

* gets rid of unneeded comma in .json

* changes magic number into defines

i hope it's supposed to be like this

* compile fix

* gets rid of yelling define in dna.dm

* removes unneeded line in .json
2019-02-09 22:26:49 +11:00

46 lines
901 B
JSON

{
"canadian": {
"toilet": "washroom",
"bathroom": "washroom",
"restroom": "washroom",
"coffee": "doubledouble",
"backpack": "knapsack",
"rucksack": "knapsack",
"candybar": "chocolate bar",
"about": "aboot",
"friend": "buddy",
"pal": "buddy",
"donut": "doughnut",
"faucet": "tap",
"give": "give'r",
"bar": "boozecan",
"leave": "leave'r",
"scruffle": "kerfuffle",
"couch": "chesterfield",
"sofa": "chesterfield",
"alcohol": "mickey",
"shoes": "runners",
"cigarrete": "dart",
"cig": "dart",
"color": "colour",
"armor": "armour",
"armory": "armoury",
"defense": "defence",
"honor": "honour",
"labor": "labour",
"humor": "humour",
"humorous": "humourous",
"gray": "grey",
"labeled": "labelled",
"luster": "lustre",
"inch": "centimetre",
"yard": "metre",
"tumor": "tumour",
"mile": "kilometre",
"pound": "kilogram"
}
}