Add translations and testing framework.

This commit is contained in:
Patrick Fic
2025-03-12 14:53:02 -07:00
parent e0cec62e13
commit 776d152d88
23 changed files with 1334 additions and 33 deletions

View File

@@ -1,6 +1,7 @@
{
"toMain": {
"test": "toMain_test"
"test": "toMain_test",
"authStateChanged": "toMain_authStateChanged"
},
"toRenderer": {
"test": "toRenderer_test"

View File

@@ -0,0 +1,5 @@
{
"toolbar": {
"help": "Help"
}
}

View File

@@ -0,0 +1,8 @@
{
"translation": {
"navigation": {
"home": "Home",
"settings": "Settings"
}
}
}