mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2025-12-08 14:21:16 +01:00
Add support for i18n using resource bundles
This commit is contained in:
parent
a02af58160
commit
20c6bc4c36
18 changed files with 146 additions and 11 deletions
|
|
@ -0,0 +1,11 @@
|
|||
# SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
usage.header=Export all certificates in the store to Standard Output
|
||||
|
||||
# Generic TODO: Remove when bumping picocli to 4.7.0
|
||||
usage.synopsisHeading=Usage:\u0020
|
||||
usage.commandListHeading = %nCommands:%n
|
||||
usage.optionListHeading = %nOptions:%n
|
||||
usage.footerHeading=Powered by picocli%n
|
||||
store=Overwrite the default certificate directory path
|
||||
Loading…
Add table
Add a link
Reference in a new issue