aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/language_switch/language
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/language_switch/language')
-rw-r--r--plugins/language_switch/language/km_KH/description.txt1
-rw-r--r--plugins/language_switch/language/km_KH/index.php7
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/language_switch/language/km_KH/description.txt b/plugins/language_switch/language/km_KH/description.txt
new file mode 100644
index 000000000..daa1c0917
--- /dev/null
+++ b/plugins/language_switch/language/km_KH/description.txt
@@ -0,0 +1 @@
+ផ្តូរ​ទៅ​ភាសាដទៃ​ទៀត ដោយការ​ប្រើប្រាស់​រូប​ទង់ជាតិ​លើទំព័រ​វិចិត្រសាល​របស់​អ្នក។ \ No newline at end of file
diff --git a/plugins/language_switch/language/km_KH/index.php b/plugins/language_switch/language/km_KH/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/plugins/language_switch/language/km_KH/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>