Add translations and testing framework.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"toMain": {
|
||||
"test": "toMain_test"
|
||||
"test": "toMain_test",
|
||||
"authStateChanged": "toMain_authStateChanged"
|
||||
},
|
||||
"toRenderer": {
|
||||
"test": "toRenderer_test"
|
||||
|
||||
5
src/util/translations/en-US/main.json
Normal file
5
src/util/translations/en-US/main.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"toolbar": {
|
||||
"help": "Help"
|
||||
}
|
||||
}
|
||||
8
src/util/translations/en-US/renderer.json
Normal file
8
src/util/translations/en-US/renderer.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"translation": {
|
||||
"navigation": {
|
||||
"home": "Home",
|
||||
"settings": "Settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user