From addd5a0b078694582a9755c49524b1f8026cb0b3 Mon Sep 17 00:00:00 2001 From: Bob Van Landuyt Date: Wed, 19 Jun 2019 06:29:03 +0000 Subject: [PATCH] Add note about not translating API messages. --- doc/development/i18n/externalization.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/development/i18n/externalization.md b/doc/development/i18n/externalization.md index 9fb8ea542d9..ce310672dad 100644 --- a/doc/development/i18n/externalization.md +++ b/doc/development/i18n/externalization.md @@ -77,6 +77,9 @@ Or: hello = _("Hello world!") ``` +NOTE: **Note:** Messages in the API (`lib/api/` or `app/graphql`) do +not need to be externalised. + ### HAML files Given the following content in HAML: