From d76e3a4a5e850b128f0f0e1e2f16748f29275e9b Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Mon, 26 Aug 2019 14:13:23 +0530 Subject: [PATCH] CONTRIBUTING: remove mention of BCP47 (#3255) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11d41198a4..9c82afddf8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,7 +82,7 @@ Language specific directories must follow the pattern `pages.`, where `< The `` code is optional and should only be added when it is needed. In other words, only when there is a valid reason to distinguish between a language (`ll`) and its regional dialects (`ll_CC1`, `ll_CC2`, etc.). As an example, both `fr_FR` and `fr_BE` should fall under the same `pages.fr` directory, since there virtually is no difference in writing between standard French and Belgian French. -Some examples of valid BCP 47 tags: +Some examples of valid locale tags: - French: `fr`. - Chinese: `zh`.