Bug 1070083 - Login page is not localized.
Summary: Login page is not localized.
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.1
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ER6
: 6.1.0
Assignee: Neus Miras
QA Contact: Lukáš Petrovický
URL:
Whiteboard:
Depends On:
Blocks: 1187862 1192479 1199599
TreeView+ depends on / blocked
 
Reported: 2014-02-26 08:30 UTC by Marek Baluch
Modified: 2020-03-27 19:44 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1199599 (view as bug list)
Environment:
Last Closed: 2020-03-27 19:44:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
screenshot (591.90 KB, image/png)
2014-02-26 08:30 UTC, Marek Baluch
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1187862 0 high CLOSED Japanese labels on login page are garbled 2021-02-22 00:41:40 UTC

Internal Links: 1187862

Description Marek Baluch 2014-02-26 08:30:26 UTC
Created attachment 867848 [details]
screenshot

Description of problem:
Visit for example http://localhost:8080/business-central/org.kie.workbench.KIEWebapp/KIEWebapp.html?locale=ja_JP and you will see that the page is not translated. It still contains words 'Username', 'Password' and 'Sign In'. This applies for any available locale.

See attached screenshot which shows the issue for the Japan locale.

Comment 1 Marek Baluch 2014-02-26 08:33:43 UTC
The same applies for BRMS.

Comment 2 Neus Miras 2014-02-28 11:44:06 UTC
Those translation are been done at community kie-wb-distributions. It's necessary apply the changes at branding branch, we wait to do that after the tag.

Comment 5 Pavel Kralik 2014-04-29 14:22:55 UTC
The login page is not localized, but still in English for ja_JP, zh_CN, etc.

Comment 6 Kris Verlaenen 2014-11-28 00:29:27 UTC
Neus, any chance you could continue where you left off? :) Note that branding is now also done in the community branch.

Comment 7 Neus Miras 2014-11-28 18:11:52 UTC
The problem was related to the message encoding.
For the releases is needed execute the mvn plugin to do the properly encoding(mvn native2ascii:native2ascii after the zanata update)
I have pushed it at master at commit:

Master
https://github.com/droolsjbpm/kie-wb-distributions/commit/a0a14250f2de10062c5f972bea2fadcd9d182c43

I told Michael the steps to avoid this kind of problem at release process.
I'll ask him if it is needed to cherry pick this commit at 6.0.2 branch or if it is considered as the i18n update at release.

Comment 8 Neus Miras 2014-12-02 13:17:55 UTC
I had commited a change in pom.xml to avoid do the replacer al Login literals

Master 
https://github.com/droolsjbpm/kie-wb-distributions/commit/3381f6a519e89f98b5e689385df6e3cc22128699

Comment 9 Pavel Kralik 2015-01-07 16:00:23 UTC
Login page is not localized in BPMS 6.1.0.ER3.

Comment 10 Pavel Kralik 2015-01-22 16:05:43 UTC
Still only in english. BPMS 6.1.0.ER4

Comment 11 Neus Miras 2015-01-27 16:03:51 UTC
The zanata update before the release must contain a native2ascii plugin execution. This action has been added to the release process notes and it will be included in next releases.

Comment 12 Pavel Kralik 2015-02-13 13:41:22 UTC
Login page is not translated in BPMS 6.1.0.ER5
?locale=de_DE ja_JP zh_CN fr_FR

Comment 13 Kris Verlaenen 2015-02-13 13:44:57 UTC
Neus, could you double-check this?  Note to also check the productized profile, which is different from the (default) community build.

Comment 14 Neus Miras 2015-02-16 09:53:51 UTC
At the community release the i18n is ok. This issue must be related with the productization process and the profile used. It seems the product release isn't generated with -Dfull.

Comment 15 Marek Baluch 2015-03-06 11:36:52 UTC
Still an issue with the product, 6.1.0.ER6 will display the same as on the attached screenshot for:

http://localhost:8080/business-central/login?locale=ja_JP

Comment 16 Neus Miras 2015-03-06 12:14:33 UTC
At the community release the i18n is ok. This issue must be related with the productization process. I commented this with Michael Biarnes, who runs the community release process, and he gave me the release guide: https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/master/README.md

The question is: if the productizacion process updates zanata literals,then it has to involve all the zanata and encoding plugins as descrives the release guide. If it doesn't, then it could be something related with the used profile.
I'm a bit lost because I don't know how the productization release process is done. Perhaps Ryan Zhang knows better what may be happening

Comment 17 Kris Verlaenen 2015-03-06 14:14:57 UTC
It seems to only have issues if you specify "ja_JP" as locale, using "ja" seems to work:
http://localhost:8080/business-central/login?locale=ja

Marek, could you verify this?

I would recommend to close this as verified if this works and open another BZ to improve dialect support for a future version, wdyt?

Comment 18 Pavel Kralik 2015-03-06 17:28:23 UTC
BPMS 6.1.0.ER6: specifying "ja" on login page works and "ja_JP" does not show localized page.


Note You need to log in before you can comment on or make changes to this bug.