feat(index): Fix #193 add availableLocales - #528
Conversation
kazupon
left a comment
There was a problem hiding this comment.
Thank you for your PR!
I've reviewed this PR 👀
I have a request. 🙏
Could you add documentation, please?
|
and, in addition, I have one more request. |
Co-Authored-By: exoego <ytatsuno.jp@gmail.com>
Codecov Report
@@ Coverage Diff @@
## dev #528 +/- ##
==========================================
+ Coverage 96.63% 96.63% +<.01%
==========================================
Files 9 9
Lines 683 684 +1
==========================================
+ Hits 660 661 +1
Misses 23 23
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## dev #528 +/- ##
==========================================
+ Coverage 96.63% 96.63% +<.01%
==========================================
Files 9 9
Lines 683 684 +1
==========================================
+ Hits 660 661 +1
Misses 23 23
Continue to review full report at Codecov.
|
|
@kazupon |
| set fallbackLocale (locale: Locale): void, | ||
| get messages (): LocaleMessages, | ||
| get dateTimeFormats (): DateTimeFormats, | ||
| get numberFormats (): NumberFormats, |
There was a problem hiding this comment.
Note)
I thinks numberFormats is missing and the fix is trivial, so I fixed, though it is out of scope of #193...
I can make a separate PR if it is preferrable.
There was a problem hiding this comment.
I hope you will separate it as PR. 🙏
|
CI still have been failing. |
Co-Authored-By: exoego <ytatsuno.jp@gmail.com>
kazupon
left a comment
There was a problem hiding this comment.
LGTM!
Thank for your supporting!
|
Good job 🚀 |
Closes #193