diff options
l--------- | de/support | 1 | ||||
l--------- | el/support | 1 | ||||
l--------- | es/support | 1 | ||||
l--------- | et/support | 1 | ||||
l--------- | fi/support | 1 | ||||
l--------- | it/support | 1 | ||||
l--------- | lv/support | 1 | ||||
l--------- | nb/support | 1 | ||||
l--------- | nl/support | 1 | ||||
l--------- | pl/support | 1 | ||||
l--------- | pt/support | 1 | ||||
l--------- | ro/support | 1 | ||||
l--------- | ru/support | 1 | ||||
l--------- | sl/support | 1 | ||||
-rw-r--r-- | support/index.php | 23 | ||||
l--------- | tr/support | 1 | ||||
l--------- | uk/support | 1 | ||||
l--------- | zh-cn/support | 1 | ||||
l--------- | zh-tw/support | 1 |
19 files changed, 18 insertions, 23 deletions
diff --git a/de/support b/de/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/de/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/el/support b/el/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/el/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/es/support b/es/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/es/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/et/support b/et/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/et/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/fi/support b/fi/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/fi/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/it/support b/it/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/it/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/lv/support b/lv/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/lv/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/nb/support b/nb/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/nb/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/nl/support b/nl/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/nl/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/pl/support b/pl/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/pl/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/pt/support b/pt/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/pt/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/ro/support b/ro/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/ro/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/ru/support b/ru/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/ru/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/sl/support b/sl/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/sl/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/support/index.php b/support/index.php index aac2543f0..a885078e6 100644 --- a/support/index.php +++ b/support/index.php @@ -1,27 +1,4 @@ <?php require_once '../langs.inc.php'; - -$langs = array( -// 'de' => 'Deutsch', -// 'el' => 'Ελληνικά', - 'en' => 'English', -// 'es' => 'Español', -// 'et' => 'Eesti', -// 'fi' => 'Suomeksi', - 'fr' => 'Français', -// 'it' => 'Italiano', -// 'lv' => 'Latviešu', -// 'nb' => 'Bokmål', -// 'nl' => 'Nederlands', -// 'pl' => 'Polski', -// 'pt' => 'Português', -// 'ro' => 'Română', -// 'ru' => 'Русский', -// 'tr' => 'Türkçe', -// 'sl' => 'Slovenščina', -// 'zh-cn' => '简体中文', -// 'zh-tw' => '正體中文' -); - relocate($langs, 'support/');
\ No newline at end of file diff --git a/tr/support b/tr/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/tr/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/uk/support b/uk/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/uk/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/zh-cn/support b/zh-cn/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/zh-cn/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/zh-tw/support b/zh-tw/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/zh-tw/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file |