Tim Radvan

Results 137 comments of Tim Radvan

I was thinking about cases like #429 we edit the built locales instead of the source by mistake.

Admittedly not, but it would least stop us merging them by mistake! Ideally all our generated files would have a prominent comment at the top: but JSON doesn't support comments...

A `_comment` key would work, but only if we can be sure the JSON marshaller will sort it to the top of the file.

Oh interesting! Is that a recent addition? I don’t remember Scratch working that way.

@apple502j Has 3.0 always worked that way? I don't remember seeing this when I first worked on the 3.0 renderer / translations. I'm worried there also appear to be some...

I was worried about the difference in Arabic strings between your screenshots of Scratch 3.0 and scratchblocks, so I went and reproduced this for myself using the following script. To...

@apple502j Do you think this is still relevant? You know much more about our extension support than I do, now! :see_no_evil: Should we just remove the `ignorelt` stuff entirely?

Unfortunately I don't think this is easy to do, because of how the scratchblocks language works :disappointed: Consider this: ``` define egg :: reporter ``` It's not clear whether the...