Skip to content

Commit 68eb207

Browse files
committed
remove unneeded keys, fix boneConfig having bad translation targets #70
1 parent c5736de commit 68eb207

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/lang/en.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ animatedJava:
1717
title: Add Variant
1818
description: Adds a new Variant to the model
1919
back: Back
20-
boneConfig:
21-
title: Bone Config
22-
boneNbt: Bone NBT
2320
popups:
2421
exportCancelled: Export Cancelled!
2522
exportInProgress: Export in Progress!

src/ui/mods/boneConfig.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ const openBoneConfig = CustomAction('animatedJava.BoneConfig', {
1515
console.log('Opened bone config')
1616
const selected = Group.selected as AJGroup
1717
const dialog = new Dialog({
18-
title: tl('animatedJava.boneConfig.title'),
18+
title: tl('animatedJava.dialogs.boneConfig.title'),
1919
id: 'boneConfig',
2020
form: {
2121
nbt: {
2222
type: 'textarea',
23-
label: tl('animatedJava.boneConfig.boneNbt'),
23+
label: tl('animatedJava.dialogs.boneConfig.boneNbt'),
2424
value: selected.nbt,
2525
},
2626
// armAnimationEnabled: {

0 commit comments

Comments
 (0)