GNOME Bugzilla – Bug 667750
[totem help] a tag in the pt_BR.po is broken
Last modified: 2012-01-12 16:15:35 UTC
The pt_BR.po for the totem manual has a broken tag. Please look at the following patch: diff --git a/help/pt_BR/pt_BR.po b/help/pt_BR/pt_BR.po index ab55f8a..ee39455 100644 --- a/help/pt_BR/pt_BR.po +++ b/help/pt_BR/pt_BR.po @@ -1854,7 +1854,7 @@ msgid "" "previously downloaded subtitles for that movie are deleted." msgstr "" "Arquivos de legenda baixados são guardados no cache (em <filename>~ /.cache/" -"totem/subtitles</ filename>, por padrão), de modo que não necessitem ser " +"totem/subtitles</filename>, por padrão), de modo que não necessitem ser " "baixados novamente ao reproduzir o filme novamente. Ao baixar novas legendas " "para um filme, quaisquer legendas baixadas anteriormente para o filme são " "excluídas."
Created attachment 205078 [details] [review] a patch for this bug Fix the broken tag.
Hi Jiro, I just checked totem HEAD and this string is marked as obsolete... Is this the version you're looking at?
Found the problem in gnome-3-2
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Hi Og, I'm looking at the master branch. In the master, also, the string does not seem to be obsolete. The following test was extracted from the master on Damned Lies: (http://l10n.gnome.org/POT/totem.master/docs/totem-help.master.pt_BR.po) 1848 1849 #: C/totem.xml:906(para) 1850 msgid "" 1851 "Downloaded subtitle files are cached (in <filename>~/.cache/totem/subtitles</" 1852 "filename>, by default) so that they do not need to be downloaded again when " 1853 "playing the movie again. When downloading new subtitles for a movie, any " 1854 "previously downloaded subtitles for that movie are deleted." 1855 msgstr "" 1856 "Arquivos de legenda baixados são guardados no cache (em <filename>~ /.cache/" 1857 "totem/subtitles</ filename>, por padrão), de modo que não necessitem ser " 1858 "baixados novamente ao reproduzir o filme novamente. Ao baixar novas legendas " 1859 "para um filme, quaisquer legendas baixadas anteriormente para o filme são " 1860 "excluídas." 1861 Thanks,
Hi Jiro, thanks for your reply. The thing about master is, if you update pt_BR.po against totem.pot, that string becomes obsolete...
Hi Og, Oh, I got it. Have you commited the po for the manual to the directory for the UI (totem/po/pt_BR.po), right? Would you check the commit 90e8e2519fa90ce05bfa04ab10d9530b019ebff2? Thanks,
Hi Jiro, you are correct that commit 90e8e2519fa90ce05bfa04ab10d9530b019ebff2 did break it. :)