-
-
Notifications
You must be signed in to change notification settings - Fork 143
Closed
Labels
Milestone
Description
Please check the translation files you want to add/fix/update:
- CLI banner: (plugins/jreleaser/src/main/resources/org/jreleaser/cli/Banner*.properties)
- CLI bundle: (plugins/jreleaser/src/main/resources/org/jreleaser/cli/Messages*.properties)
- core bundle: (core/jreleaser-utils/src/main/resources/org/jreleaser/bundle/Messages*.properties)
A list of language codes can be found at https://sda.berkeley.edu/man41h/localelist.htm
The following keys must be updated:
jreleaser.config.announce = Display announce configuration.
jreleaser.config.changelog = Display changelog configuration.
jreleaser.config.download = Display download configuration.
jreleaser.release.author = The project authors. Repeatable.
jreleaser.release.project-copyright = The project copyright.
jreleaser.release.project-description = The project description.
jreleaser.release.project-inception-year = The project inception year.
jreleaser.release.project-stereotype
###############################################################################
# Deploy
###############################################################################
# header
jreleaser.deploy.usage.headerHeading =
jreleaser.deploy.usage.header = Deploys all staged artifacts.
###############################################################################
# Download
###############################################################################
# header
jreleaser.download.usage.headerHeading =
jreleaser.download.usage.header = Download assets.
###############################################################################
# Json-Schema
###############################################################################
# header
jreleaser.json-schema.usage.headerHeading =
jreleaser.json-schema.usage.header = Generate JSON schema.
Reactions are currently unavailable