← Back to team overview

ubuntu-translations-coordinators team mailing list archive

[Bug 1350921] Re: Developer mode translations are cut off

 

** Changed in: ubuntu-translations
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Translations Coordinators, which is subscribed to Ubuntu Translations.
Matching subscriptions: Ubuntu Translations bug mail
https://bugs.launchpad.net/bugs/1350921

Title:
  Developer mode translations are cut off

Status in Ubuntu Translations:
  Fix Released
Status in “ubuntu-system-settings” package in Ubuntu:
  Fix Released

Bug description:
  Some translatable strings in the Developer Mode page are cut off and
  only part of the string is exposed in Launchpad for translation.

  I believe this is due to how the strings in the code are broken up to
  fit into a given horizontal column count. E.g. [1]:

      text: i18n.tr("In Developer Mode, anyone can access, " +
                    "change or delete anything on this " +
                    "phone by connecting it to " +
                    "another device.")

  This results in only the first line of the string to be extracted and
  put into the .pot file [2]

  [1] http://bazaar.launchpad.net/~system-settings-touch/ubuntu-system-settings/trunk/view/head:/plugins/about/DevMode.qml#L68
  [2] https://translations.launchpad.net/ubuntu-system-settings/trunk/+pots/ubuntu-system-settings/ast/98/+translate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1350921/+subscriptions


References