Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

[tests] compare languages #97

Closed
TorstenDittmann opened this issue Sep 29, 2020 · 2 comments
Closed

[tests] compare languages #97

TorstenDittmann opened this issue Sep 29, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@TorstenDittmann
Copy link
Owner

I would really like to have a test job, that compares the language files and displays the coverage of them compared to the English one.

This should probably be added as an npm script.

@TorstenDittmann TorstenDittmann added enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed labels Sep 29, 2020
@gustavohleal
Copy link
Contributor

Taking this one \o

@TorstenDittmann
Copy link
Owner Author

TorstenDittmann commented Oct 1, 2020

Nice 😄

So basically every JSON file in here should be compared to the en.json.

The output should be something like this:

de: 100%
pt: 100%
ru: 96%
Missing the following keys:
 - write.editor.title
 - settings.fontSize.title
nl: 100%

If possible, I would like to avoid any dependencies for this and you can place a node.js script for this in here.

If you have any questions, feel free to ask 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants