From 2c024351575599f2760182cf13c70274d17b9930 Mon Sep 17 00:00:00 2001 From: Sude Date: Wed, 17 Jun 2015 06:12:19 +0300 Subject: [PATCH] Use correct language code for Brazilian Portuguese --- include/globalconstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/globalconstants.h b/include/globalconstants.h index 3fbeaa6..975218f 100644 --- a/include/globalconstants.h +++ b/include/globalconstants.h @@ -56,7 +56,7 @@ namespace GlobalConstants { LANGUAGE_NO, "no", "Norwegian" }, { LANGUAGE_DA, "da", "Danish" }, { LANGUAGE_FI, "fi", "Finnish" }, - { LANGUAGE_PT_BR, "pt_br", "Brazilian Portuguese" } + { LANGUAGE_PT_BR, "br", "Brazilian Portuguese" } }; // Platform constants