-
-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(locale): add additional metadata properties #2025
feat(locale): add additional metadata properties #2025
Conversation
i might need some assistance with the "Make MetadataDefinitions optional and Partial" part, wasn't sure how to do that. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #2025 +/- ##
==========================================
- Coverage 99.61% 99.59% -0.03%
==========================================
Files 2538 2563 +25
Lines 242253 243670 +1417
Branches 1299 1278 -21
==========================================
+ Hits 241319 242672 +1353
- Misses 907 971 +64
Partials 27 27
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here the suggested metadata definition type changes as requested: matthewmayer#1
…st-ddt feat(locale): add additional metadata properties
thanks for the help on this! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for filling in these metadata. The PR looks good to me.
I will have another look at the endonyms tomorrow just to be sure nothing slipped my checks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all in all looks good to me
still just some questions and suggestions
Co-authored-by: Shinigami <[email protected]>
Co-authored-by: Shinigami <[email protected]>
fix #2012