basic changes

This commit is contained in:
2024-03-22 03:16:01 +05:30
parent c223ad6bd6
commit bf355456ca
49 changed files with 2718 additions and 43 deletions

17
.docusaurus/i18n.json Normal file
View File

@@ -0,0 +1,17 @@
{
"defaultLocale": "en",
"locales": [
"en"
],
"path": "i18n",
"currentLocale": "en",
"localeConfigs": {
"en": {
"label": "English",
"direction": "ltr",
"htmlLang": "en",
"calendar": "gregory",
"path": "en"
}
}
}