Add support for i18n using resource bundles

This commit is contained in:
Paul Schaub 2022-08-04 13:46:36 +02:00
parent a02af58160
commit 20c6bc4c36
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
18 changed files with 146 additions and 11 deletions

View file

@ -26,7 +26,7 @@ import java.sql.SQLException;
@CommandLine.Command(
name = "certificate-store",
description = "Store and manage public OpenPGP certificates",
resourceBundle = "msg_pgp-cert-d",
subcommands = {
CommandLine.HelpCommand.class,
Export.class,
@ -39,7 +39,6 @@ import java.sql.SQLException;
public class PGPCertDCli {
@CommandLine.Option(names = {"-s", "--store"}, paramLabel = "DIRECTORY",
description = "Overwrite the default certificate directory path",
scope = CommandLine.ScopeType.INHERIT)
File baseDirectory;