-
Hello, I'm currently trying to install weblate for my project which is partially already translated, (one the screenshot, there is also some line deleted, no idea why also, but i didn't take a look on it for now) Is it the same kind of bug than #10481 or am i doing something wrong with my config ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
@nijel FYI in ruby $ irb
irb(main):001> require 'yaml'
=> true
irb(main):002> YAML.parse('foo: None').children[0].children[1].value
=> "None"
irb(main):003> |
Beta Was this translation helpful? Give feedback.
-
It seems like an issue in translate-toolkit while serializing the file. |
Beta Was this translation helpful? Give feedback.
-
We take time in internal to take a look on that today, and the issues seems to be around the _parse_dict method, into the yaml.py file, especially with the multistring usage. We will make a PR soon to fix it, if you can take a look quickly on it when it is available it can be cool, it's a major locking point for us Thanks you |
Beta Was this translation helpful? Give feedback.
-
Can you please review if translate/translate#5480 addresses the issue for you? |
Beta Was this translation helpful? Give feedback.
-
Since the fix are merged on the translate-toolkit, what is the following process ? Thanks a lot again for your reactivity. |
Beta Was this translation helpful? Give feedback.
-
It took long time for us to update our stack, sorry. I confirm the none bug is resolved with the last update, thanks ! |
Beta Was this translation helpful? Give feedback.
Can you please review if translate/translate#5480 addresses the issue for you?