Skip to content

Commit 849fca4

Browse files
committed
feat!: adjust translations for 0.41.0 schema changes
1 parent 7d8bcd8 commit 849fca4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/types/Locale.ts

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,8 @@ export const Locale = DB.Entity(import.meta.url, {
16341634
".input {$value :number} {{{$value}%}}": null,
16351635
"Animal Types": null,
16361636
"Communicability to Intelligent Creatures": null,
1637+
"childhood disease": null,
1638+
"magical disease": null,
16371639

16381640
// personality traits
16391641
"Can be combined with": null,
@@ -1661,10 +1663,7 @@ export const Locale = DB.Entity(import.meta.url, {
16611663
"depends on spent AE": null,
16621664

16631665
// races
1664-
"Life Point Base Value": null,
1665-
"Spirit Base Value": null,
1666-
"Toughness Base Value": null,
1667-
"Movement Base Value": null,
1666+
"{$derivedCharacteristic} Base Value": null,
16681667
"Attribute Adjustments": null,
16691668
"one attribute of your choice": null,
16701669
"Common Cultures": null,
@@ -1708,12 +1707,13 @@ export const Locale = DB.Entity(import.meta.url, {
17081707
"no Skill Specialization for a {$skillOfGroup}": null,
17091708
".input {$count :number} {{{$count} of the following combat techniques {$rating}}}": null,
17101709
".input {$count :number} {{{$previous}, {$count} others {$rating}}}": null,
1711-
"{$previous}, all others {$rating}": null,
1710+
"{$previous}, the others {$rating}": null,
17121711
"Curses totaling {$apValue} AP": null,
17131712
"no Curses totaling {$apValue} AP": null,
17141713
"Liturgies totaling {$apValue} AP": null,
17151714
"no Liturgies totaling {$apValue} AP": null,
17161715
"{$apValue} AP to improve other {$skillsOfGroup}": null,
1716+
"{$apValue} AP to distribute among the following skills: {$list}": null,
17171717
"no AP to improve other {$skillsOfGroup}": null,
17181718
".input {$count :number} {{{$count} cantrips}}": null,
17191719
"{$count} from the following list": null,
@@ -1726,6 +1726,9 @@ export const Locale = DB.Entity(import.meta.url, {
17261726
"Enhancements": null,
17271727
"SR {$value}": null,
17281728
".input {$hiddenCount :number} {{Prerequisites}}": null,
1729+
"Spell Enhancement {$spell}": null,
1730+
"Ritual Enhancement {$ritual}": null,
1731+
"Liturgical Enhancement {$liturgicalChantOrCeremony}": null,
17291732

17301733
// Library Entry Subtitles
17311734
"Profession Package": null,

0 commit comments

Comments
 (0)