On Thu, 15 Dec 2022 02:23:34 GMT, Damon Nguyen <dngu...@openjdk.org> wrote:

>> src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod_de.properties line 
>> 26:
>> 
>>> 24: #
>>> 25: 
>>> 26: jmod.description=JMOD-Dateien erstellen und den Inhalt vorhandener 
>>> JMOD-Dateien auflisten
>> 
>> `jlink.description` was added to `jmod.properties` in May 2022 (Which was 
>> before Alisen's drop for JDK19). Shouldn't this have been translated during 
>> the 19 drop in August, as opposed to showing up now?
>
> I see the date of [that PR](https://github.com/openjdk/jdk/pull/8772) as 
> well. Looks like it was integrated on May 19.
> 
> I'm contacting Kate Gavin to determine why some translations seem to 
> sometimes be delayed. As you mentioned in the other comment, there are a few 
> instances where text was added between the last drop & this drop, but weren't 
> translated.
> 
> And as you showed here, this should have been translated in the last drop 
> rather than this one, but showed up here. I need a response from Kate to 
> clarify when these translations are generated.

I conversed with Kate and the problem seems to come from the extraction 
process. We went through the source files that were sent for translation as a 
zip, and some changes would be missing. We confirmed that everything in this 
zip was translated, so the issue was in the extraction to create the source 
files to send for translation.  

For example, the plugin.properties missing text didn't show in the source.zip 
but showed on my forked repo used in the extraction. I re-ran the extraction 
script but still did not see the new text in the generated zip.

Kate thinks a similar issue occurred in the previous drop and this 
jmod.properties change wasn't captured in the extraction process. So now it is 
captured in this drop and translated here. It could be syncing or branch 
issues, but while working with Kate, I learned to better see what files are 
pulled from the extraction script. So for future drops, I can better check to 
make sure changes I expect to be translated will appear.

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

PR: https://git.openjdk.org/jdk20/pull/35

Reply via email to