Files
roll20-character-sheets/Ironsworn/.gitignore
T
idispatch75 b5093f5416 [Ironsworn][Feature] More localization and moves shortcuts (#10916)
* [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
2022-08-27 11:16:57 -07:00

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