mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2025-09-09 03:09:39 +02:00
Add support for i18n using resource bundles
This commit is contained in:
parent
55b08bcb25
commit
607518f945
6 changed files with 48 additions and 8 deletions
|
@ -11,7 +11,7 @@ import picocli.CommandLine;
|
|||
|
||||
@CommandLine.Command(
|
||||
name = "wkd",
|
||||
description = "Interact with the Web Key Directory",
|
||||
resourceBundle = "msg_wkd",
|
||||
subcommands = {
|
||||
CommandLine.HelpCommand.class,
|
||||
GetCmd.class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue