summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-11-23 21:10:34 +0100
committerJochen Topf <jochen@topf.org>2014-11-23 21:10:34 +0100
commitf9994a2346cab060274946a82c444d087f67b523 (patch)
treeb8f718cac7aa5c1591261b76e2094b032509609e /sources
parent144f22d9eab5d5a8ce04ae9793c28773f4edfcae (diff)
downloadtaginfo-f9994a2346cab060274946a82c444d087f67b523.tar
taginfo-f9994a2346cab060274946a82c444d087f67b523.tar.gz
Update code of pt-BR.
Diffstat (limited to 'sources')
-rw-r--r--sources/master/languages.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/master/languages.sql b/sources/master/languages.sql
index f32871a..56fc897 100644
--- a/sources/master/languages.sql
+++ b/sources/master/languages.sql
@@ -46,7 +46,7 @@ INSERT INTO languages (code, iso639_1, english_name, native_name) VALUES ('nl',
INSERT INTO languages (code, iso639_1, english_name, native_name) VALUES ('no', 'no', 'Norwegian', 'Norsk');
INSERT INTO languages (code, iso639_1, english_name, native_name) VALUES ('pl', 'pl', 'Polish', 'Polski');
INSERT INTO languages (code, iso639_1, english_name, native_name) VALUES ('pt', 'pt', 'Portuguese', 'Português');
-INSERT INTO languages (code, iso639_1, english_name, native_name) VALUES ('pt-br', NULL, 'Brazilian Portuguese', 'Português do Brasil');
+INSERT INTO languages (code, iso639_1, english_name, native_name) VALUES ('pt-BR', NULL, 'Brazilian Portuguese', 'Português do Brasil');
INSERT INTO languages (code, iso639_1, english_name, native_name) VALUES ('ro', 'ro', 'Romanian', 'Română');
INSERT INTO languages (code, iso639_1, english_name, native_name) VALUES ('ro-md', NULL, 'Moldovan', 'Română (Moldova)');
INSERT INTO languages (code, iso639_1, english_name, native_name) VALUES ('ru', 'ru', 'Russian', 'Русский');