RFR: 8338918: Remove non translated file name from WinResources resource bundle

Alexey Semenyuk asemenyuk at openjdk.org
Fri Sep 20 02:45:39 UTC 2024


On Fri, 20 Sep 2024 01:06:12 GMT, Alexander Matveev <almatvee 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?

Ugh, the diff looked right in TortoiseGit. I'll fix it

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21100#discussion_r1767844835


More information about the core-libs-dev mailing list