Localisation broken
Bug #520904 reported by
Łukasz Jernaś
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ground Control |
Fix Released
|
High
|
Łukasz Jernaś |
Bug Description
Once again localisation is broken, nautilus bar buttons aren't translated anymore and some UI string also.
Related branches
lp://staging/~deejay1/groundcontrol/bugfix-lp-520904
- Martin Owens: Approve
-
Diff: 26 lines (+5/-0)1 file modifiednautilus-groundcontrol.py (+5/-0)
Changed in groundcontrol: | |
importance: | Undecided → High |
status: | New → Confirmed |
assignee: | nobody → Łukasz Jernaś (deejay1) |
Changed in groundcontrol: | |
status: | Confirmed → Fix Committed |
assignee: | nobody → Martin Owens (doctormo) |
assignee: | Martin Owens (doctormo) → Łukasz Jernaś (deejay1) |
milestone: | none → 1.6 |
Changed in groundcontrol: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
When I added the following lines
import gettext bindtextdomain( __appname_ _) textdomain( __appname_ _)
from gettext import gettext as _
gettext.
gettext.
to nautilus- groundcontrol. py
The buttons started being translated, but still some strings in the dialog windows were missing...