IBM-Cloud / gp-java-tools

CLI Tools for Globalization Pipeline
https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/node-js-sdk/
Apache License 2.0
9 stars 19 forks source link

i18n properties files with JAVA* types should omit `.properties` from bundle name on GP #126

Closed jugu closed 5 years ago

jugu commented 5 years ago

When using resource filter using JAVAMSG or JAVAMSGUTF8 as file type during upload for java properties files, then the bundle names are created .properties extension. The behaviour should be consistent for java types which includes JAVA, JAVAUTF8, JAVAMSG, and JAVAMSGUTF8.

May need to introduce change at: https://github.com/IBM-Cloud/gp-java-tools/blob/master/gp-res-filter/src/main/java/com/ibm/g11n/pipeline/resfilter/impl/DefaultResourceFilterProvider.java#L141