Not translatable string "Workspace Switcher" in Unity panel
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Ubuntu Translations |
High
|
Unassigned | ||
| Unity |
Fix Released
|
High
|
Nicolas Delvaux | |
| 6.0 |
Fix Released
|
High
|
Didier Roche | |
| unity (Ubuntu) |
High
|
Didier Roche | ||
Bug Description
(Unity 6.0 branch not changed in the end)
Not translatable string "Workspace Switcher" in Unity panel.
grep -R "Workspace Switcher" /usr/share/locale
gnome-panel-3.0.mo
After grepping we found this string in gnome-panel
Related branches
- Andrea Azzarone (community): Approve on 2012-10-06
-
Diff: 11 lines (+1/-0)1 file modifiedpo/POTFILES.in (+1/-0)
- Łukasz Zemczak: Approve on 2012-10-08
-
Diff: 12 lines (+1/-1)1 file modifiedlauncher/ExpoLauncherIcon.cpp (+1/-1)
- Unity Team: Pending requested 2012-10-08
-
Diff: 20197 lines (+13787/-5733) (has conflicts)28 files modifiedAUTHORS (+19/-2)
CMakeLists.txt (+4/-0)
ChangeLog (+11798/-5637)
UnityCore/GLibDBusProxy.cpp (+18/-0)
dash/CoverflowResultView.cpp (+18/-0)
dash/DashController.cpp (+19/-5)
dash/DashView.cpp (+334/-0)
dash/LensView.cpp (+35/-16)
dash/PlacesGroup.cpp (+18/-5)
dash/ResultViewGrid.cpp (+60/-0)
launcher/ExpoLauncherIcon.cpp (+15/-1)
manual-tests/Preview.txt (+22/-0)
plugins/unityshell/src/unityshell.cpp (+210/-0)
plugins/unityshell/src/unityshell.h (+25/-0)
tests/autopilot/unity/emulators/launcher.py (+35/-1)
tests/autopilot/unity/tests/launcher/test_icon_behavior.py (+11/-0)
tests/autopilot/unity/tests/test_dash.py (+69/-33)
tests/autopilot/unity/tests/test_hud.py (+67/-32)
tests/autopilot/unity/tests/test_shopping_lens.py (+112/-0)
tests/autopilot/unity/tests/test_spread.py (+111/-0)
tests/test_launcher_controller.cpp (+11/-0)
unity-shared/PluginAdapter.cpp (+41/-0)
unity-shared/PluginAdapter.h (+9/-0)
unity-shared/SearchBar.cpp (+16/-1)
unity-shared/StandaloneWindowManager.cpp (+319/-0)
unity-shared/UBusMessages.h (+7/-0)
unity-shared/XWindowManager.cpp (+266/-0)
unity-shared/XWindowManager.h (+118/-0)
tags: | added: quantal |
description: | updated |
description: | updated |
Vassili Platonov (vassilip) wrote : | #1 |
Nicolas Delvaux (malizor) wrote : | #2 |
This has nothing to do with Gnome Panel, this is a Unity bug. I just proposed a fix for it.
Could someone mark the Gnome Panel item as invalid?
Changed in ubuntu-translations: | |
status: | New → Invalid |
Changed in unity: | |
status: | New → In Progress |
assignee: | nobody → Nicolas Delvaux (malizor) |
Changed in gnome-panel: | |
status: | New → Invalid |
Changed in ubuntu-translations: | |
status: | Invalid → Confirmed |
Changed in ubuntu-translations: | |
status: | Confirmed → Triaged |
importance: | Undecided → High |
no longer affects: | gnome-panel |
Changed in unity (Ubuntu): | |
assignee: | nobody → Didier Roche (didrocks) |
status: | New → Fix Committed |
Changed in unity: | |
status: | In Progress → Fix Committed |
Changed in unity (Ubuntu): | |
importance: | Undecided → High |
Changed in unity: | |
importance: | Undecided → High |
Didier Roche (didrocks) wrote : | #3 |
So, for Quantal, the "Workspace Switcher" string is not anymore in langpacks (the file is not in POTFILES.in). If we only put it back, this would mean having every translation team having to retranslate it which is not acceptable IMHO at this stage of the release.
As the button is exposed by default, we need it translated. I looked at the workspaces-related string and found one which can match in them: we have "Workspaces" in the help dialog (when you keep super pressed). The translation matches in French and I checked other languages.
I pinged design about it and they are ok with the change to avoid having to retranslate it. Also they do note that "Workspace Switcher" and "Workspaces" still get access to the same intent, and doesn't introduce confusion.
Didier Roche (didrocks) wrote : | #4 |
Ok, no need for the changed strings after all, Seb reuploaded the template file with the additional string and launchpad kept the 12.04 string, so we can revert it to that one.
The incoming langpack export will then repick the previous 12.04 translation.
The POTFILES.in addition is still needed for next upload to not remove the string from the template and so export.
David Planella (dpm) wrote : Re: [Ubuntu-translations-coordinators] [Bug 1062921] Re: Not translatable string "Workspace Switcher" in Unity panel | #5 |
Al 08/10/12 11:47, En/na Didier Roche ha escrit:
> So, for Quantal, the "Workspace Switcher" string is not anymore in
> langpacks (the file is not in POTFILES.in). If we only put it back, this
> would mean having every translation team having to retranslate it which
> is not acceptable IMHO at this stage of the release.
>
> As the button is exposed by default, we need it translated. I looked at
> the workspaces-related string and found one which can match in them: we
> have "Workspaces" in the help dialog (when you keep super pressed). The
> translation matches in French and I checked other languages.
>
> I pinged design about it and they are ok with the change to avoid having
> to retranslate it. Also they do note that "Workspace Switcher" and
> "Workspaces" still get access to the same intent, and doesn't introduce
> confusion.
>
That sounds great to me, thanks Didier for the effort in finding a
satisfactory solution for everyone, you rock!
--
David Planella
Ubuntu Translations Coordinator
www.ubuntu.com / www.davidplanel
www.identi.
Didier Roche (didrocks) wrote : | #6 |
(marking as fix released as we just need to wait patiently on next langpack export to do its magic :))
Changed in unity (Ubuntu): | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-translations: | |
status: | Triaged → Fix Released |
description: | updated |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Confirmed too.
AFAIK gnome-panel doesn't shipped in quantal.