mdbook-i18n-helpers icon indicating copy to clipboard operation
mdbook-i18n-helpers copied to clipboard

first implementation of i18n-book-to-po

Open michael-kerscher opened this issue 5 months ago • 2 comments

This could be a potential solution for #30

michael-kerscher avatar Jun 13 '25 14:06 michael-kerscher

This is by far not perfect and but can be a playground to test ideas

michael-kerscher avatar Jun 13 '25 14:06 michael-kerscher

Codecov Report

Attention: Patch coverage is 69.06475% with 215 lines in your changes missing coverage. Please review.

Project coverage is 82.61%. Comparing base (886f15e) to head (ea1ed9a). Report is 28 commits behind head on main.

Files with missing lines Patch % Lines
i18n-book-to-po/src/structure/types.rs 22.85% 54 Missing :warning:
i18n-book-to-po/src/structure/align.rs 89.58% 46 Missing and 4 partials :warning:
i18n-book-to-po/src/main.rs 0.00% 39 Missing :warning:
i18n-book-to-po/src/catalog.rs 0.00% 29 Missing :warning:
i18n-book-to-po/src/file_map.rs 0.00% 29 Missing :warning:
i18n-book-to-po/src/structure/diff.rs 72.34% 13 Missing :warning:
i18n-helpers/src/xgettext.rs 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #274      +/-   ##
==========================================
- Coverage   84.74%   82.61%   -2.14%     
==========================================
  Files          15       23       +8     
  Lines        3377     4050     +673     
  Branches     3377     4050     +673     
==========================================
+ Hits         2862     3346     +484     
- Misses        413      598     +185     
- Partials      102      106       +4     

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

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar Jun 13 '25 14:06 codecov-commenter