otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Branding, Screen Sets, XSL/CSS and Translations Customizing and Branding the UI of OTM / G-Log for your site, using Custom Screen Sets, Menu Managers, XSL/CSS customizations, Translations and more.

Tags: , , ,

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old July 3rd, 2007, 01:19
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 791
Blog Entries: 7
Thanks: 51
Thanked 194 Times in 119 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
[SOLVED] Chinese Translation - Calendar Issues

FYI,There is an issue with OTM v5.5 with the Chinese translation and calendars (Oracle Bug 6124690). When displaying in Chinese, the Calendar image is showing the month drop-down as comma separated values, due to a bug. This is slated to be resolved in OTM v6.0, but there is a quick workaround for current versions.

Proposed Solution:

1) Ensure that you have taken a backup of the TRANSLATION_D table before applying the recommended solution.

2) Run the following scripts in a TEST environment first:
Code:
update TRANSLATION_D set text = '一月,二月,三月,四月,五月,六月,七月,八月,九月,十月,十一月,十二月' WHERE TRANSLATION_GID LIKE 'calendar.month_names' and lang = 'zh';
update TRANSLATION_D set text = '「星期日,星期一,星期二,星期三,星期四,星期五,星期六」' WHERE TRANSLATION_GID LIKE 'calendar.dow_abbrevs' and lang = 'zh' and country = 'TW';
3) Once the scripts complete, confirm that the data is corrected. You can use the following SQL to confirm:
Code:
SELECT * FROM TRANSLATION_D WHERE TRANSLATION_GID LIKE 'calendar.dow_abbrevs' and lang = 'zh';
SELECT * FROM TRANSLATION_D WHERE TRANSLATION_GID LIKE 'calendar.month_names' and lang = 'zh';
The result of both these queries should show the values in the TEXT column separated by a comma.

4) If you are satisfied with the results, issue a commit.

5) Re-start the web and application servers for this change to take effect.

6) Confirm that the data is corrected when viewed in the OTM UI. You can use the following steps:
a) Go to Order Management - Order Manager - Order Release - New
b) Click on the calendar symbol next to Early Pick Up Date field.
c) The months name should display one by one in the month drop-down
7) Migrate the solution as appropriate to other environments.

Hope this helps!

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calendar new_otm Planning 13 October 22nd, 2007 14:36
[SOLVED] rates based on calendar in 5.0 soujanya Rating 1 July 9th, 2007 14:52
[SOLVED] Resolution: Strange UI issues in v5.5 CU2 chrisplough Patches 1 July 5th, 2007 01:50
OTM SIG Calendar of Events chrisplough News and Events 0 May 7th, 2007 17:58
[SOLVED] 5.5 CU2 Installation Issues chrisplough Patches 0 January 9th, 2007 23:58



All times are GMT. The time now is 23:46.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37