Skip to content

Commit

Permalink
Merge pull request #13198 from Wagii/master
Browse files Browse the repository at this point in the history
[CLOUDBREAKER ALLIANCE] Fix translation missing objects
  • Loading branch information
NorWhal committed Aug 13, 2024
2 parents 70b6443 + a521ebb commit 4c6fcba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cloudbreaker_Alliance/cloudbreaker_alliance.html
Original file line number Diff line number Diff line change
Expand Up @@ -3259,7 +3259,7 @@ <h1 data-i18n="combat-title">
<span class="sheet-sectionTitle" data-i18n="physical-text">
Physical
</span>
<span class="sheet-sectionTitle" data-i18n="fortitude-text">
<span class="sheet-sectionTitle" data-i18n="physical-fortitude-text">
Fortitude
</span>
</div>
Expand Down Expand Up @@ -3295,7 +3295,7 @@ <h1 data-i18n="combat-title">
<span class="sheet-sectionTitle" data-i18n="mental-text">
Mental
</span>
<span class="sheet-sectionTitle" data-i18n="fortitude-text">
<span class="sheet-sectionTitle" data-i18n="mental-fortitude-text">
Fortitude
</span>
</div>
Expand Down Expand Up @@ -5622,7 +5622,7 @@ <h1 data-i18n="options-title">
<span data-i18n="unarmored-toughness-text">
Unarmored toughness
</span>
<input name="attr_unarmored_toughness" type="number" value="0"/>
<input name="attr_unarmored_toughness" type="checkbox"/>
</div>
<div>
<span data-i18n="armor-hp-text">
Expand Down
3 changes: 2 additions & 1 deletion Cloudbreaker_Alliance/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
"base-defense-text": "Base defense",
"bonus-defense-text": "Bonus defense",
"physical-text": "Physical",
"fortitude-text": "Fortitude",
"physical-fortitude-text": "Fortitude",
"mental-fortitude-text": "Fortitude",
"base-fortitude-text": "Base fortitude",
"bonus-fortitude-text": "Bonus fortitude",
"mental-text": "Mental",
Expand Down

0 comments on commit 4c6fcba

Please sign in to comment.