Skip to content

Commit

Permalink
[Alas for the Awful Sea] Fixed labels for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Urbinati committed Dec 4, 2020
1 parent 47a1d53 commit ca34ce6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Alas For The Awful Sea/AlasForTheAwfulSea.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<td width="12%"><label><span data-i18n="balance">Balance</span><br><input type="text" name="attr_Balance" class="statBox"/></label><br><button type='roll' value='&{template:aftas} {{name=@{name}}} {{action=Balance}} {{result=[[2d6+@{Balance}}]]}}' name='roll_Balance'></button></td>
<td width="12%"><label><span data-i18n="beyond">Beyond</span><br><input type="text" name="attr_Beyond" class="statBox"/></label><br><button type='roll' value='&{template:aftas} {{name=@{name}}} {{action=Beyond}} {{result=[[2d6+@{Beyond}]]}}' name='roll_Beyond'></button></td>
</tr>
<tr><td colspan="3"><label><span data-i18n="moves">Moves</span><br><fieldset class="repeating_moves"><textarea name="attr_Move"></textarea></fieldset></label></td><td colspan="2"><label>Equipment<br><fieldset class="repeating_equipment"><input type="text" name="attr_Equipment"></fieldset></label></td></tr>
<tr><td colspan="3"><label><span data-i18n="bonds">Bonds</span><br><fieldset class="repeating_bonds"><textarea name="attr_Bond"></textarea></fieldset></label></td><td colspan="2"><label>Harm<br><input type="number" min="0" max="4" increment="1" name="attr_Equipment"></label></td></tr>
<tr><td colspan="3"><label><span data-i18n="moves">Moves</span><br><fieldset class="repeating_moves"><textarea name="attr_Move"></textarea></fieldset></label></td><td colspan="2"><label><span data-i18n="equipment">Equipment</span><br><fieldset class="repeating_equipment"><input type="text" name="attr_Equipment"></fieldset></label></td></tr>
<tr><td colspan="3"><label><span data-i18n="bonds">Bonds</span><br><fieldset class="repeating_bonds"><textarea name="attr_Bond"></textarea></fieldset></label></td><td colspan="2"><label><span data-i18n="harm">Harm</span><br><input type="number" min="0" max="4" increment="1" name="attr_Equipment"></label></td></tr>



Expand Down
4 changes: 3 additions & 1 deletion Alas For The Awful Sea/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
"balance": "Balance",
"beyond": "Beyond",
"moves": "Moves",
"bonds": "Bonds"
"bonds": "Bonds",
"equipment": "Equipment",
"harm": "Harm"
}

0 comments on commit ca34ce6

Please sign in to comment.