goatshriek / stumpless

a C logging library built for performance and features
https://goatshriek.github.io/stumpless
Apache License 2.0
446 stars 335 forks source link

Add hungarian locale #402

Closed dylmcgold closed 9 months ago

dylmcgold commented 9 months ago

This change resolves #315 by adding the hungarian localization. My first PR here, let me know if I'm missing something.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7fd8c5e) 90.48% compared to head (e9af7d7) 90.48%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## latest #402 +/- ## ======================================= Coverage 90.48% 90.48% ======================================= Files 46 46 Lines 4161 4161 Branches 553 553 ======================================= Hits 3765 3765 Misses 273 273 Partials 123 123 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

goatshriek commented 9 months ago

Thanks very much for putting this together! It is much appreciated.

dylmcgold commented 9 months ago

Happy to help, it was an easy first issue with lots of documentation and examples. I'll see if I can add Sinhala #283 and Japanese #301 as well.