Skip to content

Commit

Permalink
Add missing language keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Feb 17, 2024
1 parent 8679c99 commit 118c810
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion common/src/main/resources/assets/armorposer/lang/es_mx.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,11 @@
"armorposer.config.allowScrolling.tooltip": "Permite el desplazamiento para aumentar y disminuir un valor en la pantalla de pose",

"armorposer.key.openArmorStandGui": "Abrir interfaz",
"armorposer.key.categories.general": "Configurador de soporte para armadura"
"armorposer.key.categories.general": "Configurador de soporte para armadura",

"text.autoconfig.armorposer.title": "Armor Poser",
"text.autoconfig.armorposer.option.general": "General",
"text.autoconfig.armorposer.option.general.enableConfigGui": "Enable Config Gui",
"text.autoconfig.armorposer.option.general.enableNameTags": "Enable Name Tags",
"text.autoconfig.armorposer.option.general.allowScrolling": "Allow Scrolling"
}
8 changes: 7 additions & 1 deletion common/src/main/resources/assets/armorposer/lang/zh_tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,11 @@
"armorposer.config.allowScrolling.tooltip": "Allow scrolling to increase / decrease an angle value in the posing screen",

"armorposer.key.openArmorStandGui": "打開GUI",
"armorposer.key.categories.general": "盔甲座配置"
"armorposer.key.categories.general": "盔甲座配置",

"text.autoconfig.armorposer.title": "Armor Poser",
"text.autoconfig.armorposer.option.general": "General",
"text.autoconfig.armorposer.option.general.enableConfigGui": "Enable Config Gui",
"text.autoconfig.armorposer.option.general.enableNameTags": "Enable Name Tags",
"text.autoconfig.armorposer.option.general.allowScrolling": "Allow Scrolling"
}

0 comments on commit 118c810

Please sign in to comment.