We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0bef3 commit 5b7725dCopy full SHA for 5b7725d
docs/tithi.js
@@ -42,7 +42,7 @@ function getSunLongitude(tdays) {
42
43
function getTithiName(tithiIndex) {
44
const tithiNames = [
45
- "प्रथमा", "द्वितीया", "तृतीया", "चतुर्थी", "पंचमी", "षष्ठी", "सप्तमी", "अष्टमी",
+ "प्रतिपदा", "द्वितीया", "तृतीया", "चतुर्थी", "पंचमी", "षष्ठी", "सप्तमी", "अष्टमी",
46
"नवमी", "दशमी", "एकादशी", "द्वादशी", "त्रयोदशी", "चतुर्दशी", "पूर्णिमा", "अमावास्या"
47
];
48
return tithiNames[tithiIndex % 15];
0 commit comments