diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 612a729f..89e439d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -258,6 +258,12 @@ Scribe does not accept direct edits to the grammar JSON files as they are source Being an app that focusses on language learning, localization plays a big part in what Scribe will eventually be. Those interested are more than welcome to join the team at [scribe-org/Scribe-i18n](https://github.com/scribe-org/Scribe-i18n) where we work on localizing all Scribe applications via [Weblate](https://weblate.org/). +Please run the following command to load in the most recent version of the [Scribe-i18n](https://github.com/scribe-org/Scribe-i18n) app texts into Scribe-iOS: + +```bash +git subtree pull --prefix Scribe/i18n git@github.com:scribe-org/Scribe-i18n.git main --squash +``` + ### Progress