From 686899828b4513d32520bcf4d82cec3f3b1cac9f Mon Sep 17 00:00:00 2001 From: Gustavo Iha Date: Mon, 1 Jan 2024 21:33:24 -0300 Subject: [PATCH] quiz: add x-default suggestion to design or develop multilingual (#405) --- .../designing-or-developing-for-multilingual-sites/en-US.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/quiz/questions/designing-or-developing-for-multilingual-sites/en-US.mdx b/packages/quiz/questions/designing-or-developing-for-multilingual-sites/en-US.mdx index c3ce2cb3c..6a09e3e50 100644 --- a/packages/quiz/questions/designing-or-developing-for-multilingual-sites/en-US.mdx +++ b/packages/quiz/questions/designing-or-developing-for-multilingual-sites/en-US.mdx @@ -9,6 +9,7 @@ Designing and developing for multilingual sites is part of internationalization - Use the `lang` attribute on the `` tag. - Include the locale in the URL (e.g en_US, zh_CN, etc). - Webpages should use `` to tell search engines that there is another page at the specified `href` with the same content but for another language/locale. +- Use a fallback page for unmatched languages. Use the "x-default" value: ``. ## Understanding the difference between locale vs language