mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
More progress with regional names
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
[
|
||||
{ "us": "color", "uk": "colour" },
|
||||
{ "us": "gray", "uk": "grey" },
|
||||
{ "us": "dialog", "uk": "dialogue" }
|
||||
]
|
||||
{
|
||||
"note": "All names must be lower case!",
|
||||
"diffMap": [
|
||||
{ "us": "color", "uk": "colour" },
|
||||
{ "us": "gray", "uk": "grey" },
|
||||
{ "us": "dialog", "uk": "dialogue" },
|
||||
{ "us": "dialogs", "uk": "dialogues" },
|
||||
{ "us": "initialize", "uk": "initialise" }
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user