From 938126a183cb8d233f36d26ba97af105172d9791 Mon Sep 17 00:00:00 2001 From: Bab_kal Date: Wed, 28 Sep 2022 11:57:43 +0300 Subject: [PATCH] Update translations.md The word "have" should be changed to "has" since line is a singular entity. --- docs/translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translations.md b/docs/translations.md index 8f1125c06..db5d6b6a4 100644 --- a/docs/translations.md +++ b/docs/translations.md @@ -16,7 +16,7 @@ Create a copy of the files naming them `email-password-reset-XX.teml` and `email The translations are located in two places: [/src/i18n/](https://github.com/tinode/webapp/tree/devel/src/i18n/) and [/service-worker.js](https://github.com/tinode/webapp/blob/devel/service-worker.js#L11). -In order to add a translation, copy `/src/i18n/en.json` to a file named `/src/i18n/XX.json` where `XX` is the [BCP-47](https://tools.ietf.org/rfc/bcp/bcp47.txt) code of the new language. If in doubt how to choose the BCP-47 language code, use a two letter [ISO-631-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes). Only the `"translation":` line have to be translated, the `"defaultMessage"`, `"description"` etc should NOT be translated, they serve as help only, i.e.: +In order to add a translation, copy `/src/i18n/en.json` to a file named `/src/i18n/XX.json` where `XX` is the [BCP-47](https://tools.ietf.org/rfc/bcp/bcp47.txt) code of the new language. If in doubt how to choose the BCP-47 language code, use a two letter [ISO-631-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes). Only the `"translation":` line has to be translated, the `"defaultMessage"`, `"description"` etc should NOT be translated, they serve as help only, i.e.: ```js "action_block_contact": {