Closed tarasyyyk closed 4 years ago
NODE_LANG=uk
Does it work now?
I cloned these repos 1 hour ago. Sorry, I didn't see any new changes. My repos are up to date. The latest commit is https://github.com/javascript-tutorial/server/commit/adc515631aa6cca7ddbe4d49f5a17bc930e0e7ea
Let me know if problems still exist =)
On macOS the follow command from Readme isn't working:
NODE_LANG=zh glp engine:koa:tutorial:figuresTranslate --image try-catch-flow.svg
This one is working but for all images, even if I set
--image
:NODE_LANG=ru npm run gulp engine:koa:tutorial:figuresTranslate --image variable.svg
I tried
--image variable.svg
,--image=variable.svg
,--image="varibale.svg"
, but all of them generates all translation for images (I need for specific one).The second issue I found is wordimages.yml"Hello!"
in1-js/02-first-steps/04-variables/variable.svg
. How to translate this text?Can I simply edit svg images directly without changing
images.yml
? This variant is better for me, because I can exactly change position of text (by changingx
andy
attributes) and even font-size.