Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1113599

Summary: Translations are neither built nor packaged
Product: Red Hat OpenStack Reporter: Ihar Hrachyshka <ihrachys>
Component: openstack-neutronAssignee: Ihar Hrachyshka <ihrachys>
Status: CLOSED WONTFIX QA Contact: Ofer Blaut <oblaut>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: chrisw, nyechiel, yeylon
Target Milestone: ---Keywords: ZStream
Target Release: 6.0 (Juno)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-10-08 14:34:00 UTC 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:
Bug Depends On:    
Bug Blocks: 1046784    

Description Ihar Hrachyshka 2014-06-26 13:41:47 UTC
Description of problem:
Translations are not packaged with Neutron, meaning our users don't have access to localisation.

We should:
- call setup.py compile_catalog when building a package;
- make sure compiled get text files are packaged;
- make sure neutron can output translated messages by switching default locale or setting additional logging in different language.

Comment 2 Ihar Hrachyshka 2014-10-08 14:34:00 UTC
State of affairs at the moment:
- no language reached 75% translation level that is needed to merge translations;
- so the only 'translation' that is generated by compile_catalog is en_US (the default);
- so there is no real reason to introduce translations into SPEC file now. Closing as won't fix.