RFR: 8338918: Remove non translated file name from WinResources resource bundle
Alexander Matveev
almatvee at openjdk.org
Fri Sep 20 01:08:41 UTC 2024
On Thu, 19 Sep 2024 23:37:38 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:
> Move `resource.wxl-file-name` property from `WinResources.properties` files to the new `WinResourcesNoL10N.properties` files. The later are supposed to be excluded from automatic translations.
src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources_de.properties line 33:
> 31: param.menu-group.default=Unbekannt
> 32:
> 33: resource.executable-properties-template=Vorlage für das Erstellen der ausführbaren Eigenschaftendatei
Looks good. Do you know why this file show changes? Maybe you saved with wrong encoding or line ending?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21100#discussion_r1767790084
More information about the core-libs-dev
mailing list