pgAdmin 4 commit: Update Japanese translation.
Update Japanese translation. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=64a8be3c4f7c662a19f9e507aeb3c71a03a7414b Author: Identifier Anonymous Modified Files -- .../translations/ja/LC_MESSAGES/messages.mo| Bin 175367 -> 178778 bytes .../translations/ja/LC_MESSAGES/messages.po| 86 +++-- 2 files changed, 47 insertions(+), 39 deletions(-)
pgAdmin 4 commit: 1) Improve wording for script header while generating
1) Improve wording for script header while generating the script using the schema diff tool. 2) Fixed an issue where closing the query tool panel throws an error. 3) Fixed schema diff close panel issue. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0d77bc305e1a7d58158145df870a6bbe85fe84da Modified Files -- web/pgadmin/tools/datagrid/__init__.py | 48 +++--- web/pgadmin/tools/schema_diff/__init__.py | 36 +++- .../schema_diff/static/js/schema_diff_hook.js | 2 +- .../tools/schema_diff/static/js/schema_diff_ui.js | 16 4 files changed, 68 insertions(+), 34 deletions(-)
Re: Japanese translation (Feburary 2020)
Thanks, patch applied. On Sat, Feb 1, 2020 at 3:27 PM fn ln wrote: > Hello. > Updated translation for upcoming version 4.18 is in attachment. > messages.pot was taken from git 96b0d851. > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246*
pgAdmin 4 commit: Fix feature test, failed due to change the label tag
Fix feature test, failed due to change the label tag to span tag for the accessibility. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d24a43b1cc6f6b7ffcfec6edb01febb00e1e6143 Modified Files -- web/regression/feature_utils/locators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)