Add i18n support to all python code
Bug #1672732 reported by
Larry Price
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Libertine | Status tracked in Devel | |||||
Devel |
Fix Committed
|
Low
|
Larry Price | |||
Trunk |
Triaged
|
Low
|
Unassigned | |||
libertine (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
We're missing i18n support in most of our python code (python3-
Related branches
lp://staging/~larryprice/libertine/python-i18n
- Libertine CI Bot: Approve (continuous-integration)
- Christopher Townsend (community): Approve
-
Diff: 1466 lines (+260/-217)16 files modifiedpo/CMakeLists.txt (+43/-0)
python/libertine/ChrootContainer.py (+11/-11)
python/libertine/ContainerControlClient.py (+2/-2)
python/libertine/ContainersConfig.py (+3/-3)
python/libertine/HostInfo.py (+2/-2)
python/libertine/Libertine.py (+3/-3)
python/libertine/LxcContainer.py (+16/-16)
python/libertine/LxdContainer.py (+35/-31)
python/libertine/launcher/config.py (+5/-9)
python/libertine/launcher/session.py (+9/-9)
python/libertine/service/container.py (+1/-2)
python/libertine/service/container_control_client.py (+1/-1)
python/libertine/utils.py (+5/-1)
tools/libertine-container-manager (+111/-110)
tools/libertine-launch (+4/-8)
tools/libertined (+9/-9)
Changed in libertine (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
all strings? definitely print() messages, error() messages. i think warning/info would also be useful. i believe debug() is unnecessary.