From 9bbb396db42c7c7f6508423ffa30e5b743bcf49b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nazar=C3=A9=20da=20Piedade?= <31008635+nazarepiedady@users.noreply.github.com> Date: Sat, 15 Jun 2024 02:10:17 +0100 Subject: [PATCH] chore: add general portuguese to locale (#6503) chore: add general portuguese locale --- i18n/config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/i18n/config.json b/i18n/config.json index 885432fe674ee..29e302a352f37 100644 --- a/i18n/config.json +++ b/i18n/config.json @@ -119,6 +119,16 @@ "enabled": false, "default": false }, + { + "code": "pt", + "localName": "Português", + "name": "Português", + "langDir": "ltr", + "dateFormat": "MM.DD.YYYY", + "hrefLang": "pt", + "enabled": false, + "default": false + }, { "code": "ro", "localName": "Română",