mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
* [Ironsworn] More localization and moves shortcuts * Reorder Moves in Scene categories With the new shortcuts, Pay the Price and Ask the Oracle will rarely be used, so they are moved at the bottom of the list. Secure an Advantage and Face Danger are moved to the common moves, to have the emblematic moves of each category at the top. * Fixed an i18n string * Separates scene-specific moves from common moves more clearly The border between scene-specific and common moves is mde thicker * Fixed missing closing </em> tag in translations * Added more localization support for Oracle rolls and fixed Pay the price shortcut roll * Removed i18n from labels containing elements Otherwise the content is overwritten with the localized text * Fix incorrect attribute data-l10n * Add missing localization in some roll headers
22 lines
210 B
Plaintext
22 lines
210 B
Plaintext
# node
|
|
src/node_modules/
|
|
|
|
# build files
|
|
dist/
|
|
temp/
|
|
|
|
#vscode
|
|
.vscode/
|
|
*workspace*
|
|
|
|
#osx
|
|
.DS_store
|
|
|
|
#prettier
|
|
.prettierignore
|
|
.prettierrc
|
|
|
|
src/test/*.html
|
|
src/test/attributes.js
|
|
src/test/roll-template-specs*.js
|