-
Notifications
You must be signed in to change notification settings - Fork 80
feat(de-translations): added de-DE translations to the UI #441
Conversation
Codecov Report
@@ Coverage Diff @@
## master #441 +/- ##
==========================================
- Coverage 88.08% 87.55% -0.54%
==========================================
Files 140 140
Lines 982 988 +6
Branches 204 204
==========================================
Hits 865 865
- Misses 106 112 +6
Partials 11 11
|
LGTM, but I'd rather trust on @DanielRuf 👍 |
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.
Sounds really good, here are a few suggestions.
Co-Authored-By: Jan Michael Auer <[email protected]>
Co-Authored-By: Jan Michael Auer <[email protected]>
Co-Authored-By: Jan Michael Auer <[email protected]>
Co-Authored-By: Jan Michael Auer <[email protected]>
Co-Authored-By: Jan Michael Auer <[email protected]>
Co-Authored-By: Jan Michael Auer <[email protected]>
Co-Authored-By: Jan Michael Auer <[email protected]>
Co-Authored-By: Jan Michael Auer <[email protected]>
Co-Authored-By: Jan Michael Auer <[email protected]>
Co-Authored-By: Jan Michael Auer <[email protected]>
@jan-auer Thank you very much for all the suggestions 😉 I've applied all of them. |
…ui into feat/added-de-at-translations
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Thanks for your PR, the @verdaccio/ui package will be accessible from here for testing purposes:
|
@@ -32,6 +32,18 @@ function loadDayJSLocale() { | |||
dayjs.locale('pt-br'); | |||
} | |||
break; | |||
case 'de': |
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.
would not be de-de
?
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.
nope... de is the default one 😉 Please see: https://github.com/iamkun/dayjs/tree/dev/src/locale
Type: feat
Description:
follow up of #432