Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2012-03-26 21:24:54 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-03-26 21:24:54 +0400
commit9ffdad9f9cc252c32cdb104f7684cbc30de75c33 (patch)
tree6f00d4e2fbf743f1df749d5b4003b64e9e3ceabb /source/blender/blenfont
parent47cd3d4b8e5d8a0b7c30475a2b7944c70423eba2 (diff)
Renaming pt_BR to pt, as a recent reform [1] made most country speaking portugese use a same, common version of it, which we want to use here.
[1] http://www.reformaortografica.com/
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/intern/blf_lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenfont/intern/blf_lang.c b/source/blender/blenfont/intern/blf_lang.c
index 0c68bca20bd..ee825b8179d 100644
--- a/source/blender/blenfont/intern/blf_lang.c
+++ b/source/blender/blenfont/intern/blf_lang.c
@@ -82,7 +82,7 @@ static const char *locales[] = {
"spanish", "es",
"catalan", "ca_AD",
"czech", "cs_CZ",
- "ptb", "pt_BR",
+ "ptb", "pt",
#if defined (_WIN32) && !defined(FREE_WINDOWS)
"Chinese (Simplified)_China.1252", "zh_CN",
"Chinese (Traditional)_China.1252", "zh_TW",