From b79b5af8ea7e1665604fc9a5da775fe8963e1145 Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Tue, 7 Nov 2017 15:29:04 -0500 Subject: [PATCH] Clarify region specific translation policy --- source/developers/frontend_translation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/frontend_translation.markdown b/source/developers/frontend_translation.markdown index feb07d5a208..1b4d7b77aa3 100644 --- a/source/developers/frontend_translation.markdown +++ b/source/developers/frontend_translation.markdown @@ -32,7 +32,7 @@ Native Name: Deutsch ```

-Note: Languages that differ from the language of the country of origin need a translation for the latter first. Example: `French as used in Canada` requires a generic `French` translation. +Region specific translations (`en-US`, `fr-CA`) will only be included if translations for that region need to differ from the base language translation.

### {% linkable_title Maintainer steps to add a new language %}