aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/language_switch/language/af_ZA/description.txt1
-rw-r--r--plugins/language_switch/language/af_ZA/index.php7
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/language_switch/language/af_ZA/description.txt b/plugins/language_switch/language/af_ZA/description.txt
new file mode 100755
index 000000000..5b5fb07c1
--- /dev/null
+++ b/plugins/language_switch/language/af_ZA/description.txt
@@ -0,0 +1 @@
+Skakel na 'n ander taal deur vlae op jou gallery se tuisblad. \ No newline at end of file
diff --git a/plugins/language_switch/language/af_ZA/index.php b/plugins/language_switch/language/af_ZA/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/plugins/language_switch/language/af_ZA/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>