Moved the naming dict to a JSON file

This commit is contained in:
David Benepe
2022-02-07 11:14:15 -05:00
parent cc37e923eb
commit 51f8df1ddf
2 changed files with 9 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
[
{ "us": "color", "uk": "colour" },
{ "us": "gray", "uk": "grey" },
{ "us": "dialog", "uk": "dialogue" }
]