goatshriek / stumpless

a C logging library built for high performance and a rich feature set
https://goatshriek.github.io/stumpless
Apache License 2.0
443 stars 321 forks source link

Add localization for Albanian (sq-AL) #395

Closed heavylemon1 closed 9 months ago

heavylemon1 commented 9 months ago

This pull request solves #324 by adding localization support for the :albania: Albanian language (sq-AL). There are some terms which don't have a very descriptive translation in Albanian, for which I also included the English term for better readability. Let me know if you have any further questions or if something doesn't check out. Thanks!

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (e66fdae) 90.48% compared to head (fbaeb92) 90.48%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## latest #395 +/- ## ======================================= Coverage 90.48% 90.48% ======================================= Files 46 46 Lines 4160 4160 Branches 553 553 ======================================= Hits 3764 3764 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 looks great! You just need to break up the lines that are longer than 80 characters, and this should be good to accept.

heavylemon1 commented 9 months ago

Hello @goatshriek , Just divided the strings that failed the checks to several lines Let me know if there are more improvements to be made!

goatshriek commented 9 months ago

Thank you once again for putting this localization together! It is greatly appreciated.

heavylemon1 commented 9 months ago

You're welcome @goatshriek ! Appreciate the opportunity as well.