Activity log for bug #987199

Date Who What changed Old value New value Message
2012-04-23 09:41:53 David Planella bug added bug
2012-04-23 09:45:42 Launchpad Janitor launchpad: status New Confirmed
2012-04-23 10:06:42 David Planella bug task added ubuntu-translations
2012-04-23 11:10:14 Laura Czajkowski launchpad: status Confirmed Triaged
2012-04-23 11:10:18 Laura Czajkowski launchpad: importance Undecided Low
2012-04-23 11:14:07 Laura Czajkowski launchpad: importance Low High
2012-04-23 11:14:11 Laura Czajkowski launchpad: status Triaged Confirmed
2012-05-11 16:52:13 Curtis Hovey launchpad: status Confirmed Triaged
2012-12-16 16:38:41 Curtis Hovey tags lp-translations translations-branch
2022-10-20 17:41:38 Joseph Defa ubuntu-translations: status New Confirmed
2022-10-20 17:41:46 Joseph Defa launchpad: status Triaged Confirmed
2022-10-20 17:41:57 Joseph Defa launchpad: assignee Joseph Defa (theking-2p1)
2022-10-20 17:42:53 Joseph Defa information type Public Public Security
2022-10-20 17:44:03 Joseph Defa bug added subscriber Joseph Defa
2022-10-20 17:44:54 Joseph Defa information type Public Security Public
2022-10-20 17:45:05 Joseph Defa information type Public Public Security
2022-10-20 17:45:12 Joseph Defa information type Public Security Private Security
2022-10-20 17:45:21 Joseph Defa information type Private Security Private
2022-10-20 17:52:28 Joseph Defa launchpad: status Confirmed Fix Released
2022-10-20 17:52:58 Joseph Defa summary Automatic translation exports fail to commit latest translations Automatic translation exports fail to commit latest translations
2022-10-20 17:54:58 Joseph Defa ubuntu-translations: status Confirmed Fix Released
2022-10-20 18:41:36 Joseph Defa description It's been brought up in the translations list that translations for ubuntu-docs are outdated, even though they were fetched from the daily automatic translations export branch. Looking at Launchpad for French I can see that: - The number of untranslated strings at the _upstream project_ [1] is 337, of a total of 2732 translatable strings - The numbers match exactly for the _Ubuntu source package_ [2] - When looking at the PO files in the exports branch [3], however, there are 555 untranslated strings (total stays the same) E.g. $ bzr branch lp:~ubuntu-core-doc/ubuntu-docs/precise-translations $ cd precise-translations/ubuntu-help $ head -n 15 fr.po # French translation for gnome-user-docs # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the gnome-user-docs package. # FIRST AUTHOR <EMAIL@ADDRESS>, 2011. # msgid "" msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" "POT-Creation-Date: 2012-04-03 22:26-0400\n" "PO-Revision-Date: 2012-04-08 21:32+0000\n" "Last-Translator: YannUbuntu <yannubuntu@gmail.com>\n" "Language-Team: French <fr@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" This means the last change in the PO file seems to have been on 2012-04-08 Which seems to coincide with the latest commit one day later $ bzr log fr.po ------------------------------------------------------------ revno: 12 committer: Launchpad Translations on behalf of ubuntu-core-doc branch nick: ubuntu-docs timestamp: Mon 2012-04-09 05:11:39 +0000 message: Launchpad automatic translations update. ------------------------------------------------------------ However, the exports seem to have stuck to that date, and subsequent new translations in Launchpad have not been committed. The number of untranslated strings in the PO file on the branch is 280 more than the untranslated count in the web UI: $ msgfmt -v -o /dev/null fr.po 2177 translated messages, 555 untranslated messages. So it seems that: - Translations sharing in the Lp database is working fine for upstream and downstream - Up-to-date upstream translations seem to fail getting committed on the exports branch Could it be that translations after the latest commit date have been made by uploading a PO file instead of using the web UI, and thus changes in translations have not been detected (and not committed)? [1] https://translations.launchpad.net/ubuntu-docs/precise/+pots/ubuntu-help/fr/+details [2] https://translations.launchpad.net/ubuntu/precise/+source/ubuntu-docs/+pots/ubuntu-help/fr/+details [3] https://code.launchpad.net/~ubuntu-core-doc/ubuntu-docs/precise-translations It's been brought up in the translations list that translations for ubuntu-docs are outdated, even though they were fetched from the daily automatic translations export branch. Looking at Launchpad for French I can see that: - The number of untranslated strings at the _upstream project_ [1] is 337, of a total of 2732 translatable strings - The numbers match exactly for the _Ubuntu source package_ [2] - When looking at the PO files in the exports branch [3], however, there are 555 untranslated strings (total stays the same) E.g. $ bzr branch lp:~ubuntu-core-doc/ubuntu-docs/precise-translations $ cd precise-translations/ubuntu-help $ head -n 15 fr.po # French translation for gnome-user-docs # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the gnome-user-docs package. # FIRST AUTHOR <EMAIL@ADDRESS>, 2011. # msgid "" msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" "POT-Creation-Date: 2012-04-03 22:26-0400\n" "PO-Revision-Date: 2012-04-08 21:32+0000\n" "Last-Translator: YannUbuntu <yannubuntu@gmail.com>\n" "Language-Team: French <fr@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" This means the last change in the PO file seems to have been on 2012-04-08 Which seems to coincide with the latest commit one day later $ bzr log fr.po ------------------------------------------------------------ revno: 12 committer: Launchpad Translations on behalf of ubuntu-core-doc branch nick: ubuntu-docs timestamp: Mon 2012-04-09 05:11:39 +0000 message:   Launchpad automatic translations update. ------------------------------------------------------------ However, the exports seem to have stuck to that date, and subsequent new translations in Launchpad have not been committed. The number of untranslated strings in the PO file on the branch is 280 more than the untranslated count in the web UI: $ msgfmt -v -o /dev/null fr.po 2177 translated messages, 555 untranslated messages. So it seems that: - Translations sharing in the Lp database is working fine for upstream and downstream - Up-to-date upstream translations seem to fail getting committed on the exports branch Could it be that translations after the latest commit date have been made by uploading a PO file instead of using the web UI, and thus changes in translations have not been detected (and not committed)? [1] https://translations.launchpad.net/ubuntu-docs/precise/+pots/ubuntu-help/fr/+details [2] https://translations.launchpad.net/ubuntu/precise/+source/ubuntu-docs/+pots/ubuntu-help/fr/+details [3] https://code.launchpad.net/~ubuntu-core-doc/ubuntu-docs/precise-translations
2022-10-20 19:43:20 Colin Watson information type Private Public
2022-10-20 19:43:29 Colin Watson launchpad: status Fix Released Triaged
2022-10-20 19:43:32 Colin Watson launchpad: assignee Joseph Defa (theking-2p1)
2022-10-20 19:43:35 Colin Watson ubuntu-translations: status Fix Released New
2022-10-20 19:44:34 Colin Watson description It's been brought up in the translations list that translations for ubuntu-docs are outdated, even though they were fetched from the daily automatic translations export branch. Looking at Launchpad for French I can see that: - The number of untranslated strings at the _upstream project_ [1] is 337, of a total of 2732 translatable strings - The numbers match exactly for the _Ubuntu source package_ [2] - When looking at the PO files in the exports branch [3], however, there are 555 untranslated strings (total stays the same) E.g. $ bzr branch lp:~ubuntu-core-doc/ubuntu-docs/precise-translations $ cd precise-translations/ubuntu-help $ head -n 15 fr.po # French translation for gnome-user-docs # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the gnome-user-docs package. # FIRST AUTHOR <EMAIL@ADDRESS>, 2011. # msgid "" msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" "POT-Creation-Date: 2012-04-03 22:26-0400\n" "PO-Revision-Date: 2012-04-08 21:32+0000\n" "Last-Translator: YannUbuntu <yannubuntu@gmail.com>\n" "Language-Team: French <fr@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" This means the last change in the PO file seems to have been on 2012-04-08 Which seems to coincide with the latest commit one day later $ bzr log fr.po ------------------------------------------------------------ revno: 12 committer: Launchpad Translations on behalf of ubuntu-core-doc branch nick: ubuntu-docs timestamp: Mon 2012-04-09 05:11:39 +0000 message:   Launchpad automatic translations update. ------------------------------------------------------------ However, the exports seem to have stuck to that date, and subsequent new translations in Launchpad have not been committed. The number of untranslated strings in the PO file on the branch is 280 more than the untranslated count in the web UI: $ msgfmt -v -o /dev/null fr.po 2177 translated messages, 555 untranslated messages. So it seems that: - Translations sharing in the Lp database is working fine for upstream and downstream - Up-to-date upstream translations seem to fail getting committed on the exports branch Could it be that translations after the latest commit date have been made by uploading a PO file instead of using the web UI, and thus changes in translations have not been detected (and not committed)? [1] https://translations.launchpad.net/ubuntu-docs/precise/+pots/ubuntu-help/fr/+details [2] https://translations.launchpad.net/ubuntu/precise/+source/ubuntu-docs/+pots/ubuntu-help/fr/+details [3] https://code.launchpad.net/~ubuntu-core-doc/ubuntu-docs/precise-translations It's been brought up in the translations list that translations for ubuntu-docs are outdated, even though they were fetched from the daily automatic translations export branch. Looking at Launchpad for French I can see that: - The number of untranslated strings at the _upstream project_ [1] is 337, of a total of 2732 translatable strings - The numbers match exactly for the _Ubuntu source package_ [2] - When looking at the PO files in the exports branch [3], however, there are 555 untranslated strings (total stays the same) E.g. $ bzr branch lp:~ubuntu-core-doc/ubuntu-docs/precise-translations $ cd precise-translations/ubuntu-help $ head -n 15 fr.po # French translation for gnome-user-docs # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the gnome-user-docs package. # FIRST AUTHOR <EMAIL@ADDRESS>, 2011. # msgid "" msgstr "" "Project-Id-Version: gnome-user-docs\n" "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" "POT-Creation-Date: 2012-04-03 22:26-0400\n" "PO-Revision-Date: 2012-04-08 21:32+0000\n" "Last-Translator: YannUbuntu <yannubuntu@gmail.com>\n" "Language-Team: French <fr@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" This means the last change in the PO file seems to have been on 2012-04-08 Which seems to coincide with the latest commit one day later $ bzr log fr.po ------------------------------------------------------------ revno: 12 committer: Launchpad Translations on behalf of ubuntu-core-doc branch nick: ubuntu-docs timestamp: Mon 2012-04-09 05:11:39 +0000 message: Launchpad automatic translations update. ------------------------------------------------------------ However, the exports seem to have stuck to that date, and subsequent new translations in Launchpad have not been committed. The number of untranslated strings in the PO file on the branch is 280 more than the untranslated count in the web UI: $ msgfmt -v -o /dev/null fr.po 2177 translated messages, 555 untranslated messages. So it seems that: - Translations sharing in the Lp database is working fine for upstream and downstream - Up-to-date upstream translations seem to fail getting committed on the exports branch Could it be that translations after the latest commit date have been made by uploading a PO file instead of using the web UI, and thus changes in translations have not been detected (and not committed)? [1] https://translations.launchpad.net/ubuntu-docs/precise/+pots/ubuntu-help/fr/+details [2] https://translations.launchpad.net/ubuntu/precise/+source/ubuntu-docs/+pots/ubuntu-help/fr/+details [3] https://code.launchpad.net/~ubuntu-core-doc/ubuntu-docs/precise-translations