diff --git a/docs/api/localization.rst b/docs/api/localization.rst index 21697e2837..d9ab008d42 100644 --- a/docs/api/localization.rst +++ b/docs/api/localization.rst @@ -71,15 +71,15 @@ Locale .. attribute:: en_GB - The ``en_GB`` (English, UK) locale. + The ``en-GB`` (English, UK) locale. .. attribute:: en_US - The ``en_US`` (English, US) locale. + The ``en-US`` (English, US) locale. .. attribute:: es_ES - The ``es_ES`` (Spanish) locale. + The ``es-ES`` (Spanish) locale. .. attribute:: es_LATAM @@ -143,7 +143,7 @@ Locale .. attribute:: pt_BR - The ``pt_BR`` (Portuguese) locale. + The ``pt-BR`` (Portuguese) locale. .. attribute:: ro @@ -155,7 +155,7 @@ Locale .. attribute:: sv_SE - The ``sv_SE`` (Swedish) locale. + The ``sv-SE`` (Swedish) locale. .. attribute:: th @@ -175,8 +175,8 @@ Locale .. attribute:: zh_CN - The ``zh_CN`` (Chinese, China) locale. + The ``zh-CN`` (Chinese, China) locale. .. attribute:: zh_TW - The ``zh_TW`` (Chinese, Taiwan) locale. + The ``zh-TW`` (Chinese, Taiwan) locale.