https://github.com/azurite-bedrock/universal-language-pack
Minecraft Bedrock Resource Pack expanding language support
https://github.com/azurite-bedrock/universal-language-pack
crowdin internationalization mcbe minecraft minecraft-bedrock translation
Last synced: 3 months ago
JSON representation
Minecraft Bedrock Resource Pack expanding language support
- Host: GitHub
- URL: https://github.com/azurite-bedrock/universal-language-pack
- Owner: azurite-bedrock
- License: mit
- Created: 2025-03-25T19:43:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-16T03:25:15.000Z (4 months ago)
- Last Synced: 2026-02-16T09:47:22.367Z (4 months ago)
- Topics: crowdin, internationalization, mcbe, minecraft, minecraft-bedrock, translation
- Language: TypeScript
- Homepage: https://crowdin.com/project/universal-language-pack
- Size: 101 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Universal Language Pack
Universal Language Pack is a Bedrock Resource Pack that expands language support by including numerous missing languages.
Join our [Crowdin project](https://crowdin.com/project/universal-language-pack) to help refine current translations and contribute new ones!
## Goals
- **Further Language Support:** Adds several missing languages to Minecraft Bedrock.
- **Community Driven:** Anyone can help improve existing translations or add new ones.
- **Modern Tooling:** Made with Regolith and Deno for easier accessibility.
## Getting Started
1. **Installation:** Check out the [Setup Guide](#setup-guide) for installation instructions.
2. **Help Translate:** Join us on [Crowdin](https://crowdin.com/project/universal-language-pack) to contribute translations.
3. **Join the Community:** Come hang out or ask questions on [Discord](https://discord.gg/rPNcYYNN6p).
## Setup Guide
To build and run the Universal Language Pack, follow these steps:
1. **Install Dependencies**
- [Regolith](https://github.com/Bedrock-OSS/regolith) – a build tool for Minecraft Bedrock packs/addons.
- [Deno](https://deno.com/) – a runtime used by some Regolith filters.
2. **Clone the Repository**
```bash
git clone https://github.com/azurite-bedrock/Universal-Language-Pack.git
cd Universal-Language-Pack
```
3. **Install Regolith Plugins**
```bash
regolith install-all
```
4. **Build the Pack**
- To run a one-time build:
```bash
regolith run
```
- Or to watch for changes and rebuild automatically:
```bash
regolith watch
```
5. **Export a Pack File**
To generate the final `.mcpack` file:
```bash
regolith run pack
```