diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-03-14 05:07:35 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-03-14 05:07:35 +0000 |
commit | 6ca95784e418f474d0631d3d56389cdcc54865b6 (patch) | |
tree | 5ad394856f72fbf558b0ef6c4f2d0d14cd389c41 /plugins | |
parent | fbb872b8423a5783ec4c8aef34335e3ca2299581 (diff) |
[language_switch] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@27749 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/language_switch/language/km_KH/description.txt | 1 | ||||
-rw-r--r-- | plugins/language_switch/language/km_KH/index.php | 7 |
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 100755 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(); +?> |