aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-24 01:06:25 +0000
committerjwangen <jwangen>2002-09-24 01:06:25 +0000
commit81e0ee6cc06e279adc777ee742f9194169dd1778 (patch)
treef5035fa74a897ab8c27d945871080a0256364fb6 /config.inc.php
parent81fa24759e11f9f67ba48551835575cac05d2bee (diff)
downloadphpicalendar-81e0ee6cc06e279adc777ee742f9194169dd1778.tar.gz
phpicalendar-81e0ee6cc06e279adc777ee742f9194169dd1778.tar.bz2
phpicalendar-81e0ee6cc06e279adc777ee742f9194169dd1778.zip
added Japanese support
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index e9ac328..fe483b7 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -5,7 +5,7 @@ $fullpath = "webcal://"; // what iCal file are we using
$calendar_path = "./calendars"; // path to directory with calendars
$default_view = "day"; // default view for calendars = "day", "week", "month"
$default_cal = "Home"; // filename of calendar without .ics
-$language = "English"; // Language support - "English", "Polish", "German", "French", "Dutch", "Danish", Italian"
+$language = "Japanese"; // Language support - "English", "Polish", "German", "French", "Dutch", "Danish", "Italian", "Japanese"
$week_start_day = "Sunday"; // Day of the week your week starts on
$time_format = "12" // Enter "12" for 12 hour clock, "24" for 24 hour clock (military, european)

© 2014-2024 Faster IT GmbH | imprint | privacy policy