pgAdmin 4 commit: Update Italian translation.
Update Italian translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1b2cd8404a52b5b21f4e0a12ab3582b9e65f3e84 Author: Domenico Sgarbossa Modified Files -- .../translations/it/LC_MESSAGES/messages.mo| Bin 162009 -> 175588 bytes .../translations/it/LC_MESSAGES/messages.po| 1161 +--- 2 files changed, 521 insertions(+), 640 deletions(-)
pgAdmin 4 commit: Update Japanese translation.
Update Japanese translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f44627c205ba298e24ba1751e8708ab7f9ff006a Author: Identifier Anonymous Modified Files -- .../translations/ja/LC_MESSAGES/messages.mo| Bin 173527 -> 175811 bytes .../translations/ja/LC_MESSAGES/messages.po| 64 +++-- 2 files changed, 33 insertions(+), 31 deletions(-)
Re: Translators: Release next week
Thanks, patch applied. On Sat, Dec 7, 2019 at 3:19 PM Domenico Sgarbossa wrote: > Here italian translation files. > Sgarbossa Domenico > > > Il venerdì 6 dicembre 2019, 15:02:19 CET, Akshay Joshi < > akshay.jo...@enterprisedb.com> ha scritto: > > > Hi Translators, > > We will have a release next week, so updates to translations before > release would be helpful. The template and catalogs have been updated in > git. > > -- > *Thanks & Regards* > *Akshay Joshi* > > *Sr. Software Architect* > *EnterpriseDB Software India Private Limited* > *Mobile: +91 976-788-8246* > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*
Re: Japanese translation (December 2019)
Thanks, patch applied. On Sat, Dec 7, 2019 at 3:53 PM fn ln wrote: > Hello. > Updated translation for upcoming version 4.16 is in attachment. > messages.pot was taken from git 4a2e5871. > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*
pgAdmin 4 commit: Run pgAdmin in the container as a non-root user (pgad
Run pgAdmin in the container as a non-root user (pgadmin, UID: 5050). Fixes #4939. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=619c4e1180d3af8403a87255344a18dde381cb4e Author: Dave Page Modified Files -- Dockerfile| 15 ++- docs/en_US/release_notes_4_16.rst | 1 + pkg/docker/entrypoint.sh | 7 --- 3 files changed, 19 insertions(+), 4 deletions(-)