Skip to content

Commit

Permalink
Translation & bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasTK committed May 26, 2024
1 parent d919373 commit b3a1906
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const config: ForgeConfig = {
owner: 'MatiasTK',
name: 'WizAPP',
},
authToken: process.env.GITHUB_TOKEN,
prerelease: false,
draft: true,
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wiz_app",
"productName": "WiZApp",
"version": "2.1.0",
"version": "2.1.1",
"icon": "src/assets/icon.ico",
"description": "💡 Simple ElectronJS APP to connect and control WiZ Bulbs",
"main": ".webpack/main",
Expand Down
14 changes: 7 additions & 7 deletions src/assets/locales/es/translation.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lightTitle": "Luces",
"lightTitle": "Focos",
"searchingBulb": {
"search": "Buscando Lampara...",
"search": "Buscando Foco...",
"notFound": "No se encuentra?",
"manual": "Añadir manualmente"
},
Expand All @@ -11,9 +11,9 @@
"Scenes": "Escenas",
"Devices": "Información",
"ip": {
"add": "Agregar una lampara",
"placeholder": "Escribe una ip",
"invalid": "Escribe una ip valida",
"add": "Agregar un foco",
"placeholder": "Escribe una IP",
"invalid": "Escribe una IP valida",
"valid": "Se ve bien!"
},
"close": "Cerrar",
Expand Down Expand Up @@ -89,9 +89,9 @@
"roomId": "ID de la Habitación"
},
"tray": {
"show": "Mostrar App",
"show": "Mostrar",
"quit": "Salir",
"toggle": "Alternar Luz"
"toggle": "Encender/Apagar"
},
"updateDialog": {
"title": "Actualización de WiZ App Available",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
* ```
*/

import './index.css';
import 'bootstrap/dist/css/bootstrap.min.css';
import './components/App.tsx';
import './index.css';

0 comments on commit b3a1906

Please sign in to comment.