yiisoft / translator

Message translation
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
23 stars 9 forks source link

Simplify category sources config #90

Closed rustamwin closed 1 year ago

rustamwin commented 1 year ago
Q A
Is bugfix?
New feature? ✔️/❌
Breaks BC? ✔️/❌
Fixed issues Support upcoming release of yiisoft/definitions
what-the-diff[bot] commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Base: 94.75% // Head: 95.23% // Increases project coverage by +0.48% :tada:

Coverage data is based on head (21737eb) compared to base (8716af3). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #90 +/- ## ============================================ + Coverage 94.75% 95.23% +0.48% + Complexity 104 103 -1 ============================================ Files 11 12 +1 Lines 267 273 +6 ============================================ + Hits 253 260 +7 + Misses 14 13 -1 ``` | [Impacted Files](https://codecov.io/gh/yiisoft/translator/pull/90?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft) | Coverage Δ | | |---|---|---| | [config/common.php](https://codecov.io/gh/yiisoft/translator/pull/90/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-Y29uZmlnL2NvbW1vbi5waHA=) | `100.00% <100.00%> (ø)` | | | [src/Translator.php](https://codecov.io/gh/yiisoft/translator/pull/90/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1RyYW5zbGF0b3IucGhw) | `92.59% <100.00%> (-0.14%)` | :arrow_down: | | [src/SimpleMessageFormatter.php](https://codecov.io/gh/yiisoft/translator/pull/90/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1NpbXBsZU1lc3NhZ2VGb3JtYXR0ZXIucGhw) | `97.61% <0.00%> (+2.38%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

rustamwin commented 1 year ago

Need test

Added