Radoš Milićev

Results 47 comments of Radoš Milićev

I faced this situation and ended up with ignoring `internal` field also. ``` private int TestPrivate { get; set; } private static int TestPrivateStatic { get; set; } [JsonIgnore] internal...

Hello @SinghRajenM. I'm currently improving [Serbian translation](https://github.com/notepad-plus-plus/notepad-plus-plus/pull/15696) for N++, so please let me know when this plugin is ready for localization and I would gladly translate it!

Hello @rj2mcode, you should point out to @mrbadri and [this issue](https://github.com/reactjs/translations.react.dev/issues/322).

Hey @gaearon @rickhanlonii @eps1lon, can you please take a look?

On many places object data are used within the code, but on other places it's possible to translate object content, which is not the case here.

Hey @rickhanlonii, thanks for clarifying this topic. I didn't think about speed difference between `find()` and direct access by the key. If you agree I can incorporate French's solution here?

Hey @rickhanlonii, I've incorporated French's solution here.

Hello @rickhanlonii, As I said in the description: `I didn't want to use non-english names of variables as in the spanish solution`. For me it looks ugly to name variables...

Hi @bauertim, I'm glad to see the progress regarding this feature, great job! 🎉🚀 I've tested a little bit and there are two things that I noticed: - Sometimes `Quick...