some strings only used for logging is marked as translatable
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Fix Released
|
Low
|
Akihiro Motoki |
Bug Description
There are strings marked as translatable but used only for logging in horizon/
It leads to unnecessary effort in translations (for example, to check the context which is used).
I would suggest to remove _() from these strings.
@@ -358,8 +358,8 @@ class Column(
try:
except AttributeError:
@@ -1577,8 +1577,7 @@ class DataTable(object):
# If not allowed, neither edit mod or updating is allowed.
if not cell.update_
Fix proposed to branch: master /review. openstack. org/230877
Review: https:/