3.2.2 • Published 4 years ago

mh2-text-resources v3.2.2

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

mh2-text-resources

JSON text tokens and strings for MH2

Changing the text strings

Each piece of text in the app can be found through the route to its key in the index.json file.

You can easily edit the index.json file directly here in github (see instructions) to make changes as needed.

Important:

  • Note that this is a JSON format file, and it needs to be valid JSON, or it will break MH2. You may find it easier copy the text into an online JSON editor like https://www.jsoneditoronline.org/, then paste it back.

    Special trick: press "Preview" in the editor to see your change, and any errors in syntax will be highlighted in red.

  • Please only change the text strings and do not change the structure of the file or names of the keys, or that will break the app.

Seeing the changes

In order to see the changes in the app, the app needs to be built. We usually trigger a build a couple times a day, so you can just wait for it to come through, or you can manually trigger a build in Bamboo if you need to see the changes right away.