Skip to content

Commit

Permalink
Allow messages to not be split between scenes
Browse files Browse the repository at this point in the history
  • Loading branch information
cswendrowski committed Mar 24, 2021
1 parent b6d5d38 commit 938aaac
Show file tree
Hide file tree
Showing 7 changed files with 1,296 additions and 1,276 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

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

3 changes: 3 additions & 0 deletions languages/cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"TC.SETTINGS.HideInStreamViewName": "在FoundryVTT的/stream浏览模式下禁用Tabbed Chatlog?",
"TC.SETTINGS.HideInStreamViewHint": "默认禁用",

"TC.SETTINGS.PerSceneName": "是否应按场景拆分“角色和角色”消息?",
"TC.SETTINGS.PerSceneHint": "默认禁用",

"TC.TABS.IC": "角色",
"TC.TABS.OOC": "超游",
"TC.TABS.Rolls": "掷骰"
Expand Down
3 changes: 3 additions & 0 deletions languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"TC.SETTINGS.HideInStreamViewName": "Should Tabbed Chatlog be disabled in the FoundryVTT /stream view?",
"TC.SETTINGS.HideInStreamViewHint": "Defaults to True",

"TC.SETTINGS.PerSceneName": "Should In Character and Roll messages be split per Scene?",
"TC.SETTINGS.PerSceneHint": "Defaults to True",

"TC.TABS.IC": "In Character",
"TC.TABS.OOC": "OOC",
"TC.TABS.Rolls": "Rolls"
Expand Down
3 changes: 3 additions & 0 deletions languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"TC.SETTINGS.HideInStreamViewName": "¿Se debe deshabilitar Tabbed Chatlog en la vista FoundryVTT/transmisión?",
"TC.SETTINGS.HideInStreamViewHint": "Opción habilitada por defecto",

"TC.SETTINGS.PerSceneName": "¿Deben dividirse los mensajes In Character y Roll por escena? ",
"TC.SETTINGS.PerSceneHint": "Opción habilitada por defecto",

"TC.TABS.IC": "Personaje",
"TC.TABS.OOC": "Jugador",
"TC.TABS.Rolls": "Tiradas"
Expand Down
3 changes: 3 additions & 0 deletions languages/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"TC.SETTINGS.HideInStreamViewName": "在FoundryVTT的/stream瀏覽模式下禁用Tabbed Chatlog?",
"TC.SETTINGS.HideInStreamViewHint": "默認禁用",

"TC.SETTINGS.PerSceneName": "是否应按场景拆分“角色和角色”消息?",
"TC.SETTINGS.PerSceneHint": "默認禁用",

"TC.TABS.IC": "角色",
"TC.TABS.OOC": "超遊",
"TC.TABS.Rolls": "擲骰"
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tabbed-chatlog",
"title": "Tabbed Chatlog",
"description": "Splits the Chatlog into In Character (per scene), Rolls (per scene), and Out of Character (global).",
"version": "1.5.8",
"version": "1.6.0",
"minimumCoreVersion": "0.6.2",
"compatibleCoreVersion": "0.7.9",
"author": "Cody Swendrowski <[email protected]>",
Expand Down
Loading

0 comments on commit 938aaac

Please sign in to comment.