diff options
l--------- | id/1 | 1 | ||||
l--------- | id/2 | 1 | ||||
l--------- | id/3 | 1 | ||||
l--------- | id/about | 1 | ||||
l--------- | id/alpha | 1 | ||||
l--------- | id/calendar | 1 | ||||
l--------- | id/charter.html | 1 | ||||
l--------- | id/community | 1 | ||||
l--------- | id/contribute | 1 | ||||
l--------- | id/donate | 1 | ||||
l--------- | id/downloads | 1 | ||||
l--------- | id/for-pc | 1 | ||||
l--------- | id/for-server | 1 | ||||
l--------- | id/index.php | 1 | ||||
l--------- | id/legal | 1 | ||||
l--------- | id/map | 1 | ||||
l--------- | id/support | 1 | ||||
l--------- | id/thank-you | 1 | ||||
l--------- | id/timeline | 1 | ||||
-rw-r--r-- | langs.inc.php | 1 |
20 files changed, 20 insertions, 0 deletions
@@ -0,0 +1 @@ +../en/1
\ No newline at end of file @@ -0,0 +1 @@ +../en/2
\ No newline at end of file @@ -0,0 +1 @@ +../en/3
\ No newline at end of file diff --git a/id/about b/id/about new file mode 120000 index 000000000..fda85c619 --- /dev/null +++ b/id/about @@ -0,0 +1 @@ +../en/about
\ No newline at end of file diff --git a/id/alpha b/id/alpha new file mode 120000 index 000000000..910827fc9 --- /dev/null +++ b/id/alpha @@ -0,0 +1 @@ +../en/alpha
\ No newline at end of file diff --git a/id/calendar b/id/calendar new file mode 120000 index 000000000..37f0978c3 --- /dev/null +++ b/id/calendar @@ -0,0 +1 @@ +../en/calendar
\ No newline at end of file diff --git a/id/charter.html b/id/charter.html new file mode 120000 index 000000000..6b2e3661b --- /dev/null +++ b/id/charter.html @@ -0,0 +1 @@ +../en/charter.html
\ No newline at end of file diff --git a/id/community b/id/community new file mode 120000 index 000000000..b711b0a1f --- /dev/null +++ b/id/community @@ -0,0 +1 @@ +../en/community
\ No newline at end of file diff --git a/id/contribute b/id/contribute new file mode 120000 index 000000000..37e0bd007 --- /dev/null +++ b/id/contribute @@ -0,0 +1 @@ +../en/contribute
\ No newline at end of file diff --git a/id/donate b/id/donate new file mode 120000 index 000000000..ddb98dfcf --- /dev/null +++ b/id/donate @@ -0,0 +1 @@ +../en/donate
\ No newline at end of file diff --git a/id/downloads b/id/downloads new file mode 120000 index 000000000..c5107b29e --- /dev/null +++ b/id/downloads @@ -0,0 +1 @@ +../en/downloads
\ No newline at end of file diff --git a/id/for-pc b/id/for-pc new file mode 120000 index 000000000..2b321767a --- /dev/null +++ b/id/for-pc @@ -0,0 +1 @@ +../en/for-pc
\ No newline at end of file diff --git a/id/for-server b/id/for-server new file mode 120000 index 000000000..4a7cb49a3 --- /dev/null +++ b/id/for-server @@ -0,0 +1 @@ +../en/for-server
\ No newline at end of file diff --git a/id/index.php b/id/index.php new file mode 120000 index 000000000..1d75bdfc3 --- /dev/null +++ b/id/index.php @@ -0,0 +1 @@ +../en/index.php
\ No newline at end of file diff --git a/id/legal b/id/legal new file mode 120000 index 000000000..eff1866e5 --- /dev/null +++ b/id/legal @@ -0,0 +1 @@ +../en/legal
\ No newline at end of file @@ -0,0 +1 @@ +../en/map
\ No newline at end of file diff --git a/id/support b/id/support new file mode 120000 index 000000000..4f8c3bbaa --- /dev/null +++ b/id/support @@ -0,0 +1 @@ +../en/support
\ No newline at end of file diff --git a/id/thank-you b/id/thank-you new file mode 120000 index 000000000..57e29b1f9 --- /dev/null +++ b/id/thank-you @@ -0,0 +1 @@ +../en/thank-you
\ No newline at end of file diff --git a/id/timeline b/id/timeline new file mode 120000 index 000000000..ec12db8ce --- /dev/null +++ b/id/timeline @@ -0,0 +1 @@ +../en/timeline
\ No newline at end of file diff --git a/langs.inc.php b/langs.inc.php index 57a32fc0b..e2043254b 100644 --- a/langs.inc.php +++ b/langs.inc.php @@ -16,6 +16,7 @@ $langs = array( 'et' => 'Eesti', 'fi' => 'Suomeksi', 'fr' => 'Français', + 'id' => 'Indonesian', 'it' => 'Italiano', 'lv' => 'Latviešu', 'nb' => 'Bokmål', |