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