RFR: 8291924: jpackage: l10n for Windows context menu label [v3]

Alex Kasko akasko at openjdk.org
Wed Aug 10 18:59:47 UTC 2022


On Mon, 8 Aug 2022 19:52:41 GMT, Alex Kasko <akasko at openjdk.org> wrote:

>> This change adds `ContextMenuCommandLabel` l10n property for file association context menu label. It is a follow-up to [this PR comment](https://github.com/openjdk/jdk/pull/9224#issuecomment-1169286082).
>> 
>> Note, non-EN l10n values were filled using auto-translator and may need to be corrected.
>> 
>> To check the contents of the label, registry query is added to `PackageTest::addHelloAppFileAssociationsVerifier`.
>> 
>> Testing:
>> 
>>  - [x] ran `FileAssociationsTest` with `install` enabled
>
> Alex Kasko has updated the pull request incrementally with one additional commit since the last revision:
> 
>   add english entries to l10n files

I've verified that there is no fallback to EN for `.wxl` files (more details in [this comment](https://github.com/openjdk/jdk/pull/9780#issuecomment-1210685780)), so leaving EN entries that were added to all `.wxl` files.

-------------

PR: https://git.openjdk.org/jdk/pull/9753


More information about the core-libs-dev mailing list