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

Adding Sinhala and Japanese localizations #408

Closed dylmcgold closed 8 months ago

dylmcgold commented 8 months ago

This change resolves #283 and #301 by adding Sinhala and Japanese localizations.

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 90.54%. Comparing base (659b497) to head (8ef4b95).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## latest #408 +/- ## ======================================= Coverage 90.54% 90.54% ======================================= Files 46 46 Lines 4188 4188 Branches 556 556 ======================================= Hits 3792 3792 Misses 273 273 Partials 123 123 ```

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

dylmcgold commented 8 months ago

I added the missing header, thanks for reviewing it. I didn't know how to review the issue myself, but now I see the error message with an undeclared header.

goatshriek commented 8 months ago

Thanks once again for putting this together, and for responding quickly to the requested changes! It is greatly appreciated!