From f31d3008399124cb8c1c72ceaab408c21515265d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 29 Jun 2015 09:53:10 +0200 Subject: [PATCH] add portugese (pt_BR) --- examples/sandbox/settings.py | 1 + telemeta/locale | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/sandbox/settings.py b/examples/sandbox/settings.py index 25779efd..0708cc59 100644 --- a/examples/sandbox/settings.py +++ b/examples/sandbox/settings.py @@ -58,6 +58,7 @@ LANGUAGES = [ ('fr', 'French'), ('de', 'German'), ('zh_CN', 'Simplified Chinese'), ('ar_TN', 'Arabic'), + ('pt_BR', 'Portuguese'), ] SITE_ID = 1 diff --git a/telemeta/locale b/telemeta/locale index f27f2cf6..cc45fa8c 160000 --- a/telemeta/locale +++ b/telemeta/locale @@ -1 +1 @@ -Subproject commit f27f2cf6cd500e0a6d8e1e6511ed1a9e04d66e44 +Subproject commit cc45fa8c51ce3cf59def19f5a7b95d54503a150a -- 2.39.5