Need to check and fix i18N compliance(add _())

Bug #1249217 reported by Chen Xiao
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
Medium
Chen Xiao

Bug Description

In heat, almost 200 message and at least 30 exception message are not processed by _(),
and can not been translated.
We should use '_("STRING ...")' to enable i18n support

Chen Xiao (chenxiao)
Changed in heat:
assignee: nobody → Chen Xiao (chenxiao)
summary: - Need to check and fix i18N compliance
+ Need to check and fix i18N compliance(add _())
Changed in heat:
status: New → Triaged
importance: Undecided → Medium
milestone: none → icehouse-1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to heat (master)

Fix proposed to branch: master
Review: https://review.openstack.org/56342

Changed in heat:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/56342
Committed: http://github.com/openstack/heat/commit/c7c4901c80e8ff62245340e0479cb33fa4eccc9f
Submitter: Jenkins
Branch: master

commit c7c4901c80e8ff62245340e0479cb33fa4eccc9f
Author: chenxiao <email address hidden>
Date: Thu Nov 14 16:57:01 2013 +0800

    Add _() to fix i18N compliance (part 1)

    In heat, almost 200 log message and at least 30 exception
    message are not processed by _(), and will not been translated.
    We should use '_("STRING ...")' to enable i18n support.

    I will split to two parts for review easier because the files
    lost of _() are too much.

    Closes-Bug: #1249217

    Change-Id: I2c86dc7770a7f6f107ba16711b9cba363ef9b906

Changed in heat:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to heat (master)

Fix proposed to branch: master
Review: https://review.openstack.org/56566

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/56566
Committed: http://github.com/openstack/heat/commit/bd72bf369c9fad84c538f37373a745702e683899
Submitter: Jenkins
Branch: master

commit bd72bf369c9fad84c538f37373a745702e683899
Author: chenxiao <email address hidden>
Date: Fri Nov 15 17:45:21 2013 +0800

    Add _() to fix i18N compliance (part 2)

    In heat, almost 200 log message and at least 30 exception
    message are not processed by _(), and will not been translated.
    We should use '_("STRING ...")' to enable i18n support.

    I split to two parts for review easier because the files
    lost of _() are too much.

    Change-Id: I36ccd119fc1dcb58e98b77b2c9d139af6a380a7a
    Closes-Bug: #1249217

Thierry Carrez (ttx)
Changed in heat:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in heat:
milestone: icehouse-1 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.