Bug 824408

Summary: Externalizing hard-coded text in designer.war
Product: [JBoss] JBoss Enterprise BRMS Platform 5 Reporter: Toshiya Kobayashi <tkobayas>
Component: Internationalization, jBPM 5Assignee: Mark Proctor <mproctor>
Status: ASSIGNED --- QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: BRMS 5.3.1CC: kverlaen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Toshiya Kobayashi 2012-05-23 12:20:00 UTC
Description of problem:

Currently designer.war has some hard-coded text which prevents from localization. This BZ is focusing on externizing them into i18n/translation_xx.js.

Version-Release number of selected component (if applicable):

BRMS 5.3.0 ER7

Steps to Reproduce:

1. Set value of "designer.locale" in designer.war/WEB-INF/web.xml to ja_jp
2. Start standalone server 5.3.0 ER7
3. Open guvnor through browser (Firefox)
4. Create new (or Open) BPMN2 process
  
Actual results:

for example, a tooltip of a dictionary icon on top toolbar gives English description "Process dictionary".

Expected results:

for example, s tooltip of a dictionary icon on top toolbar gives Japanese description which is written in i18n/translation_ja_jp.js

Comment 1 Toshiya Kobayashi 2012-05-23 12:24:53 UTC
We (Japanese team) will drive this BZ with Tiho's help but it will happen after BRMS 5.3.0 GA release. So setting 'target release' to 'future' is fine for us. 

Externalizing all text may be pretty difficult and verifying it as well. We will try the best we can.