We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9aab8 commit 438fdd3Copy full SHA for 438fdd3
Readme.md
@@ -57,7 +57,7 @@ To add own translations:
57
- Create a new file in `instructions/`
58
- base it off of `instructions/en.json`
59
- use a [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag) after [RFC 5646](https://en.wikipedia.org/wiki/IETF_language_tag) as name
60
-- Translate
+- Translate the string values
61
- Add the new instructions file to `instructions.js`
62
- Add the new instructions file to the `languages` array in `test/instructions_test.js`
63
- To manually look at your changes, run `LANGUAGE=<language_tag> npm test`. This will give you failing (since untranslated) tests
0 commit comments