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

Allow check to ensure a message / set of messages from a file is present in other files #7

Closed
jdforrester opened this issue Jun 27, 2014 · 0 comments · May be fixed by jdforrester/banana-checker#3

Comments

@jdforrester
Copy link
Member

This in particular is looking to ensure that e.g. all the messages in en.json are also available in fr.json, or that the message is available in all languages, something that WMF's Fundraising are looking for.

Maybe something like:

sourceFile='en.json';
`completeFileTranslations=[ 'fr.json' ]```

… for the former and:

completeMessageTranslations=[ 'disclaimer' ]

… for the latter?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging a pull request may close this issue.

1 participant