diff options
l--------- | de/about/index.php | 1 | ||||
l--------- | el/about/index.php | 1 | ||||
l--------- | et/about/index.php | 1 | ||||
l--------- | fi/about/index.php | 1 | ||||
-rw-r--r-- | langs.php | 2 | ||||
l--------- | lv/about/index.php | 1 | ||||
l--------- | nl/about/index.php | 1 | ||||
l--------- | pl/about/index.php | 1 | ||||
l--------- | ro/about/index.php | 1 | ||||
l--------- | ru/about/index.php | 1 | ||||
l--------- | tr/about/index.php | 1 |
11 files changed, 11 insertions, 1 deletions
diff --git a/de/about/index.php b/de/about/index.php new file mode 120000 index 000000000..0fc1ec45c --- /dev/null +++ b/de/about/index.php @@ -0,0 +1 @@ +../../en/about/index.php
\ No newline at end of file diff --git a/el/about/index.php b/el/about/index.php new file mode 120000 index 000000000..0fc1ec45c --- /dev/null +++ b/el/about/index.php @@ -0,0 +1 @@ +../../en/about/index.php
\ No newline at end of file diff --git a/et/about/index.php b/et/about/index.php new file mode 120000 index 000000000..0fc1ec45c --- /dev/null +++ b/et/about/index.php @@ -0,0 +1 @@ +../../en/about/index.php
\ No newline at end of file diff --git a/fi/about/index.php b/fi/about/index.php new file mode 120000 index 000000000..0fc1ec45c --- /dev/null +++ b/fi/about/index.php @@ -0,0 +1 @@ +../../en/about/index.php
\ No newline at end of file @@ -181,7 +181,7 @@ $nav_list = array( 'ro' => 'Donații', 'ru' => 'Пожертвования' ), - '/en/about/' => array( + "/{$locale}/about/" => array( 'de' => 'Über', 'el' => 'Σχετικά', 'en' => 'About', diff --git a/lv/about/index.php b/lv/about/index.php new file mode 120000 index 000000000..0fc1ec45c --- /dev/null +++ b/lv/about/index.php @@ -0,0 +1 @@ +../../en/about/index.php
\ No newline at end of file diff --git a/nl/about/index.php b/nl/about/index.php new file mode 120000 index 000000000..0fc1ec45c --- /dev/null +++ b/nl/about/index.php @@ -0,0 +1 @@ +../../en/about/index.php
\ No newline at end of file diff --git a/pl/about/index.php b/pl/about/index.php new file mode 120000 index 000000000..0fc1ec45c --- /dev/null +++ b/pl/about/index.php @@ -0,0 +1 @@ +../../en/about/index.php
\ No newline at end of file diff --git a/ro/about/index.php b/ro/about/index.php new file mode 120000 index 000000000..0fc1ec45c --- /dev/null +++ b/ro/about/index.php @@ -0,0 +1 @@ +../../en/about/index.php
\ No newline at end of file diff --git a/ru/about/index.php b/ru/about/index.php new file mode 120000 index 000000000..0fc1ec45c --- /dev/null +++ b/ru/about/index.php @@ -0,0 +1 @@ +../../en/about/index.php
\ No newline at end of file diff --git a/tr/about/index.php b/tr/about/index.php new file mode 120000 index 000000000..0fc1ec45c --- /dev/null +++ b/tr/about/index.php @@ -0,0 +1 @@ +../../en/about/index.php
\ No newline at end of file |