diff --git a/content/en/building/translations/configuring-translations.md b/content/en/building/translations/configuring-translations.md index 6363ca02a..bd91a9910 100644 --- a/content/en/building/translations/configuring-translations.md +++ b/content/en/building/translations/configuring-translations.md @@ -24,11 +24,11 @@ By the end of the section you should be able to: ## Configuration Steps -Create a new file in the 'translations/' folder called `messages-sw.properties`. +Create a new file in the `translations/` folder called `messages-sw.properties`. After an edit or addition of a translation, upload the current `messages-sw.properties` onto your local environment using the below command. -``` +```shell cht --url=https://medic:password@localhost --upload-custom-translations ``` @@ -334,4 +334,4 @@ Change the CHVs language by following: App Management > Users > [Choose CHV user ### Translating CHT to another language -To translate CHT to a new language (we have English, French, Hindi, Nepali, Spanish, Swahili, and Indonesian already in CHT), follow the steps outlined [here]({{< ref "building/translations/managing-translations" >}}) for reference. \ No newline at end of file +To translate CHT to a new language, follow the steps outlined [in the dedicated section]({{< ref "building/translations/managing-translations" >}}). \ No newline at end of file diff --git a/content/en/building/translations/managing-translations.md b/content/en/building/translations/managing-translations.md index c8b2f5672..5c496d7e3 100644 --- a/content/en/building/translations/managing-translations.md +++ b/content/en/building/translations/managing-translations.md @@ -10,7 +10,7 @@ aliases: - /core/overview/translations --- -Apps built with CHT Core are localized so that users can use them in the language of their choice. Languages supported by default are English, French, Nepali, Spanish, and Swahili. The goal of this doc is to help the community manage these and future translations. +Apps built with CHT Core are localized so that users can use them in the language of their choice. The goal of this doc is to help the community manage these and future translations. ## Overview