From 0665edb1695e6b05804819706a6e623e2fa934ec Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 8 Dec 2025 11:05:53 +0000 Subject: [PATCH] Add `pt-pt` alias for `pt` language flag Since Brazilian Portuguese is the globally dominant variety of Portuguese (in terms of number of speakers and cultural influence) similar to how American English is for English, it is common for people to use a `pt-pt` language code to specifically refer to European Portuguese. This commit therefore adds an alias `pt-pt` -> `pt`, similar to the existing `en-gb` -> `en` alias for English (United Kingdom). Despite the apparent redundancy, the `pt-pt` code is actually used in practice, and indeed has an IETF language tag (`pt-PT`) and POSIX locale (`pt_PT`). --- flags/language/pt-pt.svg | 1 + 1 file changed, 1 insertion(+) create mode 120000 flags/language/pt-pt.svg diff --git a/flags/language/pt-pt.svg b/flags/language/pt-pt.svg new file mode 120000 index 0000000..53fb4ac --- /dev/null +++ b/flags/language/pt-pt.svg @@ -0,0 +1 @@ +../pt.svg \ No newline at end of file