Add support for i18n using resource bundles

This commit is contained in:
Paul Schaub 2022-08-04 13:26:22 +02:00
parent 55b08bcb25
commit 607518f945
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
6 changed files with 48 additions and 8 deletions

View file

@ -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