Re: [Openstack] how to achieve i18n in horizon

2012-06-13 Thread yuanke wei
---hi, the > problem is as follows: > > >*yuanke wei * >Sent by: openstack-bounces+zhuadl=cn.ibm@lists.launchpad.net > > 2012-06-13 18:47 > > > To > > >openstack mail list > > > cc > > > Subject > > >[Openst

Re: [Openstack] how to achieve i18n in horizon

2012-06-13 Thread Hua ZZ Zhang
m@lists.launchpad .net Subject [Openstack] how to achieve i18n in hor

Re: [Openstack] how to achieve i18n in horizon

2012-06-13 Thread Ke Wu
Check if there is a .mo file accordingly to the .po file in horizon/local/zh_CN/LC_MESSAGES/. If not you may need to run compilemessages command to compile the message file. -K On Jun 13, 2012, at 3:47 AM, yuanke wei wrote: > hi, > > the problem is as follows: > > I changed some translation i

Re: [Openstack] how to achieve i18n in horizon

2012-06-13 Thread Gabriel Hurley
esday, June 13, 2012 3:47 AM To: openstack mail list Subject: [Openstack] how to achieve i18n in horizon hi, the problem is as follows: I changed some translation in horizon/horizon/locale/zh_CN/LC_MESSAGES/django.po, and then compiled with "django-admin compilemessages -l zh_CN&

[Openstack] how to achieve i18n in horizon

2012-06-13 Thread yuanke wei
hi, the problem is as follows: I changed some translation in horizon/horizon/locale/zh_CN/LC_MESSAGES/django.po, and then compiled with "django-admin compilemessages -l zh_CN". the django.mo file was successfully generated. but as I refresh the horizon web page, it seems nothing have changed wi