You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Volodymyr Siedlecki <vo...@apache.org> on 2021/10/21 15:12:54 UTC

Translations of LocalStrings.properties are not included in the Tomcat EL API Binary

Hello,

I noticed that only the English version of LocalStrings.properties is
included in the binary file while the source contains the other
translations. For example, if you look in the tomcat-el-api-10.0.12.jar and
tomcat-el-api-10.0.12-sources.jar

Is this on purpose or should the binary contain the translations?

Here's the link to the file in Github:
https://github.com/apache/tomcat/blob/main/java/jakarta/el/LocalStrings.properties

Link to repo:
https://repo1.maven.org/maven2/org/apache/tomcat/tomcat-el-api/10.0.12/

Thanks,
Vlad

Re: Translations of LocalStrings.properties are not included in the Tomcat EL API Binary

Posted by Mark Thomas <ma...@apache.org>.
On October 21, 2021 3:12:54 PM UTC, Volodymyr Siedlecki 
<vo...@apache.org> wrote:
>Hello,
>
>I noticed that only the English version of LocalStrings.properties is
>included in the binary file while the source contains the other
>translations. For example, if you look in the tomcat-el-api-10.0.12.jar
>and
>tomcat-el-api-10.0.12-sources.jar
>
>Is this on purpose

Yes.

> or should the binary contain the translations?

No.

Translations are in separate JARs.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org