An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Universal Language Pack



Localization Status

Repository Size

License


Discord Community

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
```