https://github.com/rojcode/kurdishcalendars
📅 Explore the diversity of Kurdish calendars! This JavaScript project features a user-friendly interface displaying dynamic dates in six dialects: Sorani, Kurmanci, Kelhuri, Laki, Hewrami, and Zazaki. Effortlessly switch between dialects and discover the rich tapestry of Kurdish timekeeping. 🌐
https://github.com/rojcode/kurdishcalendars
javascript kurdish kurdish-calendar kurdistan
Last synced: 2 months ago
JSON representation
📅 Explore the diversity of Kurdish calendars! This JavaScript project features a user-friendly interface displaying dynamic dates in six dialects: Sorani, Kurmanci, Kelhuri, Laki, Hewrami, and Zazaki. Effortlessly switch between dialects and discover the rich tapestry of Kurdish timekeeping. 🌐
- Host: GitHub
- URL: https://github.com/rojcode/kurdishcalendars
- Owner: rojcode
- License: mit
- Created: 2024-01-21T21:21:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-21T21:59:24.000Z (over 1 year ago)
- Last Synced: 2025-01-21T09:48:41.768Z (4 months ago)
- Topics: javascript, kurdish, kurdish-calendar, kurdistan
- Language: JavaScript
- Homepage: https://rojcode.github.io/kurdishCalendars/
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kurdish Calendars

This project is a simple JavaScript application that displays the Kurdish calendar in six different dialects: Sorani, Kurmanci, Kelhuri, Laki, Hewrami, and Zazaki. The application allows users to select a specific dialect and view the corresponding calendar date.
## Features
- Support for six Kurdish dialects.
- Dynamic updating of the displayed calendar based on the selected dialect.
- User-friendly interface.### Usage
Open the project in a web browser, and you will see a user interface displaying the current date in the Sorani Kurdish dialect. You can change the displayed calendar by selecting a different dialect from the dropdown menu and clicking the "Change Date" button.
### Functions
The project includes functions for converting Gregorian dates to Kurdish dates for each dialect. Below are the functions available:
```javascript
soraniCalendar(): Displays the calendar in Sorani Kurdish.
kurmanciCalendar(): Displays the calendar in Kurmanci Kurdish.
kelhuriCalendar(): Displays the calendar in Kelhuri Kurdish.
lakiCalendar(): Displays the calendar in Laki Kurdish.
hewramiCalendar(): Displays the calendar in Hewrami Kurdish.
zazakiCalendar(): Displays the calendar in Zazaki Kurdish.