remove multilingual and create a new multilingual branch

This commit is contained in:
Somrat
2024-11-18 09:55:18 +06:00
parent b092921209
commit f7bc32a629
82 changed files with 453 additions and 1928 deletions
+2 -4
View File
@@ -1,6 +1,6 @@
{
"name": "astroplate",
"version": "4.0.1",
"version": "4.1.0",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
@@ -10,10 +10,8 @@
"build": "yarn generate-json && astro build",
"preview": "astro preview",
"format": "prettier -w ./src",
"check": "astro check",
"generate-json": "node scripts/jsonGenerator.js",
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format",
"remove-multilang": "node scripts/removeMultilang.js && yarn format"
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format"
},
"dependencies": {
"@astrojs/check": "^0.9.3",