From cfe7a306cb5945c739ede1e8366607c7b0dc95be Mon Sep 17 00:00:00 2001 From: Antonia Carrier <74564818+SleepyTonia@users.noreply.github.com> Date: Fri, 30 Jul 2021 04:00:52 -0400 Subject: [PATCH] Fix typo and ordering in locales list (#5126) --- tutorials/i18n/locales.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/i18n/locales.rst b/tutorials/i18n/locales.rst index d4b885e4c..1b4511e59 100644 --- a/tutorials/i18n/locales.rst +++ b/tutorials/i18n/locales.rst @@ -231,7 +231,7 @@ based on the Unix standard locale strings: +--------------+------------------------------------+ | es_CR | Spanish (Costa Rica) | +--------------+------------------------------------+ -| en_CU | Spanish (Cuba) | +| es_CU | Spanish (Cuba) | +--------------+------------------------------------+ | es_DO | Spanish (Dominican Republic) | +--------------+------------------------------------+ @@ -523,6 +523,8 @@ based on the Unix standard locale strings: +--------------+------------------------------------+ | pa_IN | Panjabi (India) | +--------------+------------------------------------+ +| pa_PK | Panjabi (Pakistan) | ++--------------+------------------------------------+ | pap | Papiamento | +--------------+------------------------------------+ | pap_AN | Papiamento (Netherlands Antilles) | @@ -531,8 +533,6 @@ based on the Unix standard locale strings: +--------------+------------------------------------+ | pap_CW | Papiamento (CuraƧao) | +--------------+------------------------------------+ -| pa_PK | Panjabi (Pakistan) | -+--------------+------------------------------------+ | pl | Polish | +--------------+------------------------------------+ | pl_PL | Polish (Poland) |