i18next / i18next-parser

Parse your code to extract translation keys/values and manage your catalog files
MIT License
466 stars 189 forks source link

Make final new line optional #1014

Open simonnilsson opened 1 month ago

simonnilsson commented 1 month ago

Why am I submitting this PR

A new line is always added at end of output files. Depending on auto-formatting behavior of editor e.t.c. this might not always be desirable.

Does it fix an existing ticket?

No

Checklist

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 95.36%. Comparing base (7e14d85) to head (910d3cc). Report is 44 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1014 +/- ## ========================================== + Coverage 95.16% 95.36% +0.20% ========================================== Files 11 10 -1 Lines 1922 1919 -3 ========================================== + Hits 1829 1830 +1 + Misses 93 89 -4 ```

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