diff options
Diffstat (limited to 'plugins/language_switch')
-rw-r--r-- | plugins/language_switch/language/km_KH/description.txt | 1 | ||||
-rw-r--r-- | plugins/language_switch/language/km_KH/index.php | 7 | ||||
-rw-r--r-- | plugins/language_switch/language_switch.css | 1 | ||||
-rw-r--r-- | plugins/language_switch/main.inc.php | 2 |
4 files changed, 10 insertions, 1 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(); +?> diff --git a/plugins/language_switch/language_switch.css b/plugins/language_switch/language_switch.css index 253733898..1d10e7ea9 100644 --- a/plugins/language_switch/language_switch.css +++ b/plugins/language_switch/language_switch.css @@ -229,6 +229,7 @@ .langflag-sl { background-position:-288px -192px; } .langflag-sm { background-position:-312px -192px; } .langflag-sn { background-position:-336px -192px; } +.langflag-wo_SN { background-position:-336px -192px; } .langflag-so { background-position:0px -208px; } .langflag-sr { background-position:-24px -208px; } .langflag-st { background-position:-48px -208px; } diff --git a/plugins/language_switch/main.inc.php b/plugins/language_switch/main.inc.php index 9c3da5a45..47e402cc7 100644 --- a/plugins/language_switch/main.inc.php +++ b/plugins/language_switch/main.inc.php @@ -23,7 +23,7 @@ /* Plugin Name: Language Switch -Version: 2.6.1 +Version: 2.6.2 Description: Switch to another language from flags on your gallery home page. Plugin URI: http://piwigo.org/ext/extension_view.php?eid=123 Author: Piwigo team |