Обсуждение: translation typos

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

translation typos

От
Justin Pryzby
Дата:
These are *likely* to be typos:

$ git grep partti
src/backend/po/fr.po:msgstr "limite d'intervalle vide indiquée pour la parttion « %s »"

$ git grep lenght
src/backend/po/id.po:msgstr "alignement « %c » tidak valid untuk tipe 'variable-lenght'"

$ git grep pariti
src/bin/psql/po/sv.po:msgstr "paritionsnamn"



Re: translation typos

От
Guillaume Lelarge
Дата:
Hi,

Le mar. 31 mars 2020 à 05:11, Justin Pryzby <pryzby@telsasoft.com> a écrit :
These are *likely* to be typos:

$ git grep partti
src/backend/po/fr.po:msgstr "limite d'intervalle vide indiquée pour la parttion « %s »"


This has already been fixed in January.

$ git grep lenght
src/backend/po/id.po:msgstr "alignement « %c » tidak valid untuk tipe 'variable-lenght'"

$ git grep pariti
src/bin/psql/po/sv.po:msgstr "paritionsnamn"



Don't know for these ones, but they might be fixed. If you do your "git grep" on master, there's a good chance all issues you found might have already been fixed since last May. There's no update (as far as I know) on message fixes until the last few days before a release gets out. Message translation happens on another git repository.


--
Guillaume.

Re: translation typos

От
Dennis Björklund
Дата:
Thanks, I've fixed the Swedish typo you found.

/Dennis

Den 2020-03-31 kl. 05:10, skrev Justin Pryzby:
> These are *likely* to be typos:
> 
> $ git grep partti
> src/backend/po/fr.po:msgstr "limite d'intervalle vide indiquée pour la parttion « %s »"
> 
> $ git grep lenght
> src/backend/po/id.po:msgstr "alignement « %c » tidak valid untuk tipe 'variable-lenght'"
> 
> $ git grep pariti
> src/bin/psql/po/sv.po:msgstr "paritionsnamn"
> 
>