baloise / digital-signature

a digital signature confluence macro
https://marketplace.atlassian.com/1217404
Apache License 2.0
8 stars 8 forks source link

i18n for inheritSigners enum values + Japanese i18n strings #23

Closed pfyvie closed 6 years ago

pfyvie commented 6 years ago

This PR adds i18n for the inheritSigners enum using a presently-undocumented i18n convention (documentation that Atlassian should hopefully update soon), as well as Japanese i18n for all current strings.

Note that non-ASCII characters in .properties files must first be converted using native2ascii or similar because the Java i18n used by Confluence does not accept non-ASCII-encoded files. Therefore, the Japanese i18n strings have been included as a more-usable UTF-8 encoded file with the additional extension .utf8. Future development may want to include this conversion as part of the build toolchain.