Localizer: Adding associative values to controls

This commit is contained in:
2020-07-31 17:27:44 -05:00
parent 5ee08a4d93
commit 85693cd130
3 changed files with 36 additions and 11 deletions
+6 -3
View File
@@ -1,6 +1,9 @@
app {
# Main window
app {
title {
empty PVB Emulator
loaded {app.filename} - {app.title.empty}
default PVB Emulator
mixed {ctrl.number} {ctrl.filename} - {app.title.default}
number {ctrl.number} {app.title.default}
rom {ctrl.filename} - {app.title.default}
}
}