diff --git a/src/App.tsx b/src/App.tsx index 85c5c43..74f2ab5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,12 +6,14 @@ import { DateRangeView } from './examples/DateRangeView'; import { InteractiveDateRange } from './examples/InteractiveDateRange'; import { CompactYear } from './examples/CompactYear'; import { ComprehensiveColorScheme } from './examples/ComprehensiveColorScheme'; +import { LocaleSupport } from './examples/LocaleSupport'; import styles from './App.module.scss'; const App: React.FC = () => { return (
+ The calendar supports multiple languages through the date-fns locale system. + Day names, month names, and date formats are automatically localized. +
+ ++ Note: Some languages may show squares or incorrect characters if the required fonts + are not installed on your system (especially for Arabic, Chinese, Japanese, and Korean). +
+