Обсуждение: bug in status tables

Поиск
Список
Период
Сортировка

bug in status tables

От
Euler Taveira
Дата:
Hi,

While updating the pt_BR translations, I noticed that libpq was 99% from
9.1 to 9.4. Let me check 9.4:

$ msgfmt -c -v -o /dev/null libpq-es.po
200 mensagens traduzidas.
$ msgfmt -c -v -o /dev/null libpq-pt_BR.po
200 mensagens traduzidas.

I checked all of the mentioned branches and the number of translated
strings is the same. However, babel [1] reports 99% for pt_BR and 100%
for es. It seems a bug in status page.


[1] https://babel.postgresql.org/


--
   Euler Taveira                   Timbira - http://www.timbira.com.br/
   PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento


Re: bug in status tables

От
Peter Eisentraut
Дата:
On 2/13/16 6:11 PM, Euler Taveira wrote:
> Hi,
>
> While updating the pt_BR translations, I noticed that libpq was 99% from
> 9.1 to 9.4. Let me check 9.4:
>
> $ msgfmt -c -v -o /dev/null libpq-es.po
> 200 mensagens traduzidas.
> $ msgfmt -c -v -o /dev/null libpq-pt_BR.po
> 200 mensagens traduzidas.
>
> I checked all of the mentioned branches and the number of translated
> strings is the same. However, babel [1] reports 99% for pt_BR and 100%
> for es. It seems a bug in status page.

This can happen if the currently committed file is at, say, 99% but
merging it against the compendia (which is what you download)
automatically brings it to 100%.  In those cases you just need to commit
the downloaded file.



Re: bug in status tables

От
Euler Taveira
Дата:
On 09-03-2016 22:30, Peter Eisentraut wrote:
> This can happen if the currently committed file is at, say, 99% but
> merging it against the compendia (which is what you download)
> automatically brings it to 100%.  In those cases you just need to commit
> the downloaded file.
>
Bah. My script does not detect this case. Sorry about the noise.


--
   Euler Taveira                   Timbira - http://www.timbira.com.br/
   PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento