aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/language_switch/language/pt_BR
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/language_switch/language/pt_BR')
-rw-r--r--plugins/language_switch/language/pt_BR/description.txt1
-rw-r--r--plugins/language_switch/language/pt_BR/index.php7
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/language_switch/language/pt_BR/description.txt b/plugins/language_switch/language/pt_BR/description.txt
new file mode 100644
index 000000000..353c1dcd9
--- /dev/null
+++ b/plugins/language_switch/language/pt_BR/description.txt
@@ -0,0 +1 @@
+Troque para outro idioma usando as bandeiras na página da sua galeria
diff --git a/plugins/language_switch/language/pt_BR/index.php b/plugins/language_switch/language/pt_BR/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/plugins/language_switch/language/pt_BR/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>