Skip to content

Commit

Permalink
Add translation for "source plugin"
Browse files Browse the repository at this point in the history
  • Loading branch information
IotaBread committed Dec 29, 2023
1 parent 262f0a2 commit 152eaf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public void refreshReference() {

if (Config.main().development.showMappingSourcePlugin.value()) {
var mapping = this.gui.getController().getProject().getRemapper().getMapping(this.entry);
th.addStringRow("Source plugin", mapping.sourcePluginId());
th.addStringRow(I18n.translate("dev.source_plugin"), mapping.sourcePluginId());
}
}

Expand Down
3 changes: 2 additions & 1 deletion enigma/src/main/resources/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,5 +348,6 @@
"dev.menu.show_mapping_source_plugin": "Show mapping source plugin",
"dev.menu.debug_token_highlights": "Debug token highlights",
"dev.menu.print_mapping_tree": "Print mapping tree",
"dev.mapping_tree": "Mapping tree"
"dev.mapping_tree": "Mapping tree",
"dev.source_plugin": "Source plugin"
}

0 comments on commit 152eaf5

Please sign in to comment.