Introducing toolkit and color themes

This commit is contained in:
Guy Perfect
2021-08-23 18:56:36 -05:00
parent 0927a42107
commit dd066e0bbb
16 changed files with 1641 additions and 14 deletions
+22
View File
@@ -0,0 +1,22 @@
{
key : "en-US",
name: "English (United States)",
app : {
romLoaded : "Successfully loaded file \"{filename}\" ({size})",
romNotVB : "The selected file is not a Virtual Boy ROM.",
readFileError: "Unable to read the selected file."
},
menu: {
_ : "Main application menu",
file: {
_ : "File",
loadROM: "Load ROM..."
},
theme: {
_ : "Theme",
dark : "Dark",
light : "Light",
virtual: "Virtual"
}
}
}