Results 5 issues of archerbj

hi, firstly thank you for the great project. PDF content supports l10n for localization, but if the content is invalid or unknown, the error message is not translated. Looking forward...

hi @artf, I just followed the instruction to add i18n messages for blocks like below ```js editor.I18n.addMessages({ zh:{ blockManager:{ labels:{ form:'override form label' } } } }) ``` ![image](https://user-images.githubusercontent.com/14799336/119593178-461b2080-be0c-11eb-96c8-2eab045fd114.png) the...

``` from d2l import torch as d2l ``` ``` Traceback (most recent call last): File "/xxx/pytorch/linear_regression/linear_regression.py", line 6, in from d2l import torch as d2l File "/xxx/miniconda3/envs/d2l/lib/python3.9/site-packages/d2l/torch.py", line 32, in...

I'm using grapesjs in a starter vue project. Here is the code ```javascript import 'grapesjs/dist/css/grapes.min.css' import grapesjs from 'grapesjs' import gjsPresetWebpage from 'grapesjs-preset-webpage' // i18n import zh from 'grapesjs/locale/zh' //...