Replies: 2 comments
-
@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.
0 replies
-
It seems like an issue in translate-toolkit while serializing the file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm currently trying to install weblate for my project which is partially already translated,
But for missing value, it change it into "None"
(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.
All reactions