medic / translation-checker

Check translations from .properties files with Mustache placeholders markup or messageformat syntax.
https://www.npmjs.com/package/@medic/translation-checker
GNU Affero General Public License v3.0
2 stars 0 forks source link

Draft - Initial source code #1

Closed mrsarm closed 4 years ago

mrsarm commented 4 years ago

Ticket: https://github.com/medic/medic-conf/issues/254

New module with all the checks we need to perform before push translations to the CHT.

Check the README in the PR for more technical details.

Once merged and published into the npmjs.com registry, we can move forward with this 2 other PRs that rely on this:

garethbowen commented 4 years ago

Also, consider setting up a travis build for this package. All it needs to do is run npm test so it should be fairly simple to copy and paste from existing configs.