jama5262 / jiffy

Jiffy is a Flutter (Android, IOS and Web) date time package for parsing, manipulating, querying and formatting dates
https://pub.dev/packages/jiffy
MIT License
576 stars 124 forks source link

Add SK and CS locales #230

Closed tomaschyly closed 1 year ago

tomaschyly commented 1 year ago

What does this PR do?

I have added SK and CS locales

Types of changes

Checklist

jama5262 commented 1 year ago

@tomaschyly please add tests for these two locales here locales_test.dart

You can also follow this discussion https://github.com/jama5262/jiffy/discussions/231

tomaschyly commented 1 year ago

@jama5262 I have added tests for these two locales

tomaschyly commented 1 year ago

@jama5262 do you plan to merge this, or is there some issue?

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.12 :tada:

Comparison is base (20cd464) 96.33% compared to head (30b9867) 96.45%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #230 +/- ## ========================================== + Coverage 96.33% 96.45% +0.12% ========================================== Files 34 36 +2 Lines 1554 1610 +56 ========================================== + Hits 1497 1553 +56 Misses 57 57 ``` | [Impacted Files](https://app.codecov.io/gh/jama5262/jiffy/pull/230?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jama+Mohamed) | Coverage Δ | | |---|---|---| | [lib/src/locale/locales/cs\_locale.dart](https://app.codecov.io/gh/jama5262/jiffy/pull/230?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jama+Mohamed#diff-bGliL3NyYy9sb2NhbGUvbG9jYWxlcy9jc19sb2NhbGUuZGFydA==) | `100.00% <100.00%> (ø)` | | | [lib/src/locale/locales/sk\_locale.dart](https://app.codecov.io/gh/jama5262/jiffy/pull/230?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jama+Mohamed#diff-bGliL3NyYy9sb2NhbGUvbG9jYWxlcy9za19sb2NhbGUuZGFydA==) | `100.00% <100.00%> (ø)` | | | [lib/src/locale/supported\_locales.dart](https://app.codecov.io/gh/jama5262/jiffy/pull/230?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jama+Mohamed#diff-bGliL3NyYy9sb2NhbGUvc3VwcG9ydGVkX2xvY2FsZXMuZGFydA==) | `100.00% <100.00%> (ø)` | |

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