Skip to content

Commit

Permalink
Merge pull request #15 from foundryvtthub/weblate-inventory-plus-main
Browse files Browse the repository at this point in the history
Translations update from Foundry Hub - Weblate
  • Loading branch information
p4535992 authored Nov 5, 2022
2 parents 273d318 + 86150e6 commit 25d4da7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
8 changes: 8 additions & 0 deletions src/languages/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"inventory-plus.setting.reset.name": "Restablecer la configuración por defecto",
"inventory-plus.setting.reset.label": "Restablecer la Configuración por Defecto",
"inventory-plus.setting.reset.hint": "Esto restablecerá todas las configuracionesde vuelta a los valores predeterminados del sistema de juego activo.",
"inventory-plus.setting.debug.name": "Habilitar depuración",
"inventory-plus.setting.debug.label": "Imprime mensajes de depuración en la consola",
"inventory-plus.setting.debug.hint": " . "
}
24 changes: 19 additions & 5 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "Enhances the default dnd5e sheets inventory to allow for reorganization",
"version": "0.6.11",
"authors": [
{ "name": "Felix#6196" },
{
"name": "Felix#6196"
},
{
"name": "p4535992",
"url": "https://github.com/p4535992",
Expand Down Expand Up @@ -60,11 +62,23 @@
"lang": "it",
"name": "Italian",
"path": "languages/it.json"
},
{
"lang": "es",
"name": "Español",
"path": "languages/es.json"
}
],
"scripts": ["scripts/lib/jquery.sumoselect.min.js"],
"esmodules": ["main.js"],
"styles": ["styles/inventory-plus.css", "styles/sumoselect.css"],
"scripts": [
"scripts/lib/jquery.sumoselect.min.js"
],
"esmodules": [
"main.js"
],
"styles": [
"styles/inventory-plus.css",
"styles/sumoselect.css"
],
"packs": [],
"compatibility": {
"minimum": 10,
Expand Down Expand Up @@ -116,4 +130,4 @@
}
]
}
}
}

0 comments on commit 25d4da7

Please sign in to comment.