Replies: 5 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.
-
Hello,
I'm currently trying to install weblate for my project which is partially already translated,
![image](https://private-user-images.githubusercontent.com/33072645/400421581-21c9cada-99fb-4604-9ff8-08fc30d8bf64.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNjQwODUsIm5iZiI6MTczOTA2Mzc4NSwicGF0aCI6Ii8zMzA3MjY0NS80MDA0MjE1ODEtMjFjOWNhZGEtOTlmYi00NjA0LTlmZjgtMDhmYzMwZDhiZjY0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDAxMTYyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQyMGI2ZmJjOTRhNDNmMTdhMzQ4ZmZjOTY3OTg1MDAwYTg5ODcxZWNlZDNkNWNlNjlkNGFlMTI3NWUwYjBmYzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Q-JQzG-17p03nR4yqrDZ_HRFmU4CKyvHAM72tcLc-mA)
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