Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lozanoje committed Sep 24, 2022
1 parent f49363e commit 931e194
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 26 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ Font Awesome Free is free, open source, and GPL friendly. You can use it for com

## Versiones

version 0.9.0 :

* Updated to Miskatonic-Investigative-Society/CoC7-FoundryVTT 0.9.0

version 0.8.2 :

* Updated to Miskatonic-Investigative-Society/CoC7-FoundryVTT 0.8.2

version 0.8.1 :

* Updated to Miskatonic-Investigative-Society/CoC7-FoundryVTT 0.8.1
Expand Down
2 changes: 2 additions & 0 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,8 @@
"CoC7.toolTipDelay": "Millisecond delay before tooltip should show, 0 for never",
"SETTINGS.ChaseShowTokenMovement": "Show token movement.",
"SETTINGS.ChaseShowTokenMovementHint": "Show movement on the grid when a token is moved to the next location.",
"SETTINGS.UseContextMenus": "Use context menus",
"SETTINGS.UseContextMenusHint": "[EXPERIMENTAL] Use context menus for rolls instead of key combination.",

"CoC7.getTheExample": "Copy Example",
"CoC7.Copied": "Copied the Example Text to Clipboard",
Expand Down
2 changes: 2 additions & 0 deletions lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,8 @@
"CoC7.toolTipDelay": "Retraso en milisegundos que tarda en aparecer los mensajes emergentes, ajustar a 0 para no mostrarlos nunca",
"SETTINGS.ChaseShowTokenMovement": "Mostrar movimiento del icono",
"SETTINGS.ChaseShowTokenMovementHint": "Mostrar el movimiento en la rejilla cuando se mueva un icono a la siguiente localización",
"SETTINGS.UseContextMenus": "Usar menús contextuales",
"SETTINGS.UseContextMenusHint": "[EXPERIMENTAL] Usar menús contextuales para las tiradas en lugar de una combinación de teclas",

"CoC7.getTheExample": "Copiar ejemplo",
"CoC7.Copied": "Ejemplo copiado al portapapeles",
Expand Down
67 changes: 41 additions & 26 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,47 @@
{
"name": "fvtt-module-CoC7-es",
"title": "Call of Cthulhu 7th - Español/Spanish",
"description": "Traducción del sistema Call of Cthulhu 7th (Miskatonic-Investigative-Society/CoC7-FoundryVTT) al español - Call of Cthulhu 7th spanish translation",
"version": "0.802.1",
"minimumCoreVersion" : "9.238",
"compatibleCoreVersion":"9.269",
"author": "José E. Lozano (Viriato139ac), Geike",
"esmodules": ["CoC7-es-register.js"],
"scripts": [],
"version": "0.900.1",
"languages": [
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"styles": [],
"dependencies": [],
"url": "https://github.com/lozanoje/fvtt-module-CoC7-es",
"manifest": "https://raw.githubusercontent.com/lozanoje/fvtt-module-CoC7-es/master/module.json",
"download": "https://github.com/lozanoje/fvtt-module-CoC7-es/archive/master.zip",
"id": "fvtt-module-CoC7-es",
"authors": [{
"name": "José E. Lozano (@Viriato139ac#0342)",
"flags": {}
},{
"name": "Geike",
"flags": {}
}
],
"esmodules": [
"CoC7-es-register.js"
],
"relationships": {
"systems": [{
"id": "CoC7",
"type": "system",
"compatibility": "0.9.0"
}
]
},
"compatibility": {
"minimum": 10,
"verified": "10.286"
},
"packs": [
{
"label": "Habilidades",
Expand Down Expand Up @@ -66,22 +98,5 @@
"entity": "JournalEntry",
"absPath": "packs/resumenes-de-reglas.db"
}
],
"languages": [
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"system": "CoC7",
"systemVersion": "0.8.2",
"url": "https://github.com/lozanoje/fvtt-module-CoC7-es",
"manifest": "https://raw.githubusercontent.com/lozanoje/fvtt-module-CoC7-es/master/module.json",
"download": "https://github.com/lozanoje/fvtt-module-CoC7-es/archive/master.zip"
]
}

0 comments on commit 931e194

Please sign in to comment.