translation typos
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"
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.
Thanks, I've fixed the Swedish typo you found.
/Dennis
Den 2020-03-31 kl. 05:10, skrev Justin Pryzby:
Show quoted text
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"
Probably a typo - server should have two "r"s
$ git grep -w sever
src/backend/po/id.po:msgstr "sever database akan memilih subdirektori 'pg_xlog' secara teratur untuk memeriksa dimana file berada."
src/backend/po/id.po:msgstr "wal_level harus diatur ke � archive � atau � hot_standby � pada memulai sever "
On 2020-05-12 00:46, Justin Pryzby wrote:
Probably a typo - server should have two "r"s
$ git grep -w sever
src/backend/po/id.po:msgstr "sever database akan memilih subdirektori 'pg_xlog' secara teratur untuk memeriksa dimana file berada."
src/backend/po/id.po:msgstr "wal_level harus diatur ke « archive » atau « hot_standby » pada memulai sever "
fixed, thanks
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services