A simple web project for querying standard Minecraft translations, built with Vue 3 + Vite.
This project is a successor to SkyEye-FAST/minecraft_translation_flask, written entirely in the frontend.
The project name "Verdigloss" comes from "verdant + glossary + glossostigma". "Verdant" symbolizes vitality, "glossary" implies translation, and glossostigma is one of the smallest aquatic plants.
You can try the demo at the following links:
To use this project, you need to have Node.js installed on your computer. Then, follow these steps:
-
Install pnpm (if not already installed). See https://pnpm.io/installation for more information.
You can use another package manager instead.
-
Clone this repository:
git clone https://github.com/SkyEye-FAST/verdigloss.git
-
Install dependencies:
cd verdigloss pnpm install -
Start the development server:
pnpm dev
-
Open your browser and go to
http://localhost:5173/.
To build for production:
pnpm buildThe built files will be in the dist directory.
Please feel free to raise issues for any problems encountered or feature suggestions.
Pull requests are welcome.
This project is released under the Apache 2.0 license.
Copyright 2025 SkyEye_FAST
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.