Hi all,
i've done the chinese (Simplified) transation of pgadmin4, and the
attachment is the patch, hope to add the mainline.
Does I need do 'pybabel compile -d web/pgadmin/translations' to generate
the catalogues can be used, i have not generate it yet,
if it is needed, i will a
here.
in my laptop, although it make an error massage as you show, it
generate the po file ok!
now i update the 7283 line with '20% use' with '20%\ use'
it will compile without errror,
attatchment is updated version.
Thank you!
rega
with web/config.py add
```
LANGUAGES = {
'zh_cn' : 'zh_CN',
'en' : 'English'
}
```
ok ?
在 2016-11-14 20:16:47,"Khushboo Vashi" 写道:
On Mon, Nov 14, 2016 at 5:37 PM, Dave Page wrote:
Hi
(Khushboo, please see below)
On
Hi,
this is the new updated version,
thank you!
:)
At 2016-11-14 23:41:21, "Dave Page" wrote:
>Hi
>
>On Mon, Nov 14, 2016 at 3:22 PM, lambda wrote:
>>
>>
>> with web/config.py add
>>
>> ```
>> LANGUAGES =