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

Added the turkish localization #389

Closed OsmanBuyuksar closed 12 months ago

OsmanBuyuksar commented 12 months ago

Solution for this issue: https://github.com/goatshriek/stumpless/issues/388#issue-1971501202

Implemented turkish localization as described here

codecov[bot] commented 12 months ago

Codecov Report

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

Comparison is base (80a1d6e) 91.79% compared to head (0ae644f) 91.79%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## latest #389 +/- ## ======================================= Coverage 91.79% 91.79% ======================================= Files 44 44 Lines 3776 3776 Branches 497 497 ======================================= Hits 3466 3466 Misses 216 216 Partials 94 94 ```

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

OsmanBuyuksar commented 12 months ago

Sry about that, i have 2 repos to keep the contributing repo clean and looks like i made some of the changes to other repo :D. Anyways i fixed locale in cmakelists and also added the tr section to locale.yml file. Let me know if there is anything else.

goatshriek commented 12 months ago

Looks like there's just one more thing to check - at least one line is longer than 80 characters. Once you've broken that up this should be all good to go.

OsmanBuyuksar commented 12 months ago

There shouldn't be any line longer than 80 characters now, is there anything else?