Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion strings/accents/accent_cowboylight.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"light Cowboy": {
"Light Cowboy": {


"\bOfficer\b": "bull",
Expand Down
2 changes: 1 addition & 1 deletion strings/accents/accent_french.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"heavy French": {
"Heavy French": {


"\bPersonnel\b": "pairsonnel",
Expand Down
2 changes: 1 addition & 1 deletion strings/accents/accent_oldenglish.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"old English": {
"Old English": {


"\bHead\b": "pate",
Expand Down
2 changes: 1 addition & 1 deletion strings/accents/accent_ork.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"ork": {
"Ork": {


"\bCaptain\b": "Kaptain",
Expand Down
2 changes: 1 addition & 1 deletion strings/accents/accent_piratelight.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"light Pirate": {
"Light Pirate": {


"\bCaptain\b": "Cap'n",
Expand Down
2 changes: 1 addition & 1 deletion strings/accents/accent_scottishlight.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"light Scottish": {
"Light Scottish": {


"\byou\b": "yoo",
Expand Down
2 changes: 1 addition & 1 deletion strings/accents/accent_shakespearean.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"heavy Shakespearean": {
"Heavy Shakespearean": {


"\bHead\b": "headeth",
Expand Down
2 changes: 1 addition & 1 deletion strings/accents/accent_shakespeareanlight.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

"light Shakespearean": {
"Light Shakespearean": {


"\bHead\b": "headeth",
Expand Down
16 changes: 8 additions & 8 deletions strings/accents/accents.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"Brooklyn": "accent_brooklyn.json",
"Connery": "accent_connery.json",
"Cowboy": "accent_cowboy.json",
"light Cowboy": "accent_cowboylight.json",
"heavy French": "accent_french.json",
"Light Cowboy": "accent_cowboylight.json",
"Heavy French": "accent_french.json",
"Kraut": "accent_kraut.json",
"German": "accent_germanlight.json",
"Jive": "accent_jive.json",
"old English": "accent_oldenglish.json",
"ork": "accent_ork.json",
"Old English": "accent_oldenglish.json",
"Ork": "accent_ork.json",
"Pirate": "accent_pirate.json",
"light Pirate": "accent_piratelight.json",
"Light Pirate": "accent_piratelight.json",
"Psuedo-Latin":"accent_pseudolatin.json",
"Scottish": "accent_scottish.json",
"light Scottish": "accent_scottishlight.json",
"light Shakespearean": "accent_shakespeareanlight.json",
"heavy Shakespearean": "accent_shakespearean.json",
"Light Scottish": "accent_scottishlight.json",
"Light Shakespearean": "accent_shakespeareanlight.json",
"Heavy Shakespearean": "accent_shakespearean.json",
"Muppet": "accent_chef_muppet.json",
"Valley": "accent_valspeak.json",
"Skaven": "accent_skaven.json"
Expand Down