# community-localization **Repository Path**: mirrors_rust-lang/community-localization ## Basic Information - **Project Name**: community-localization - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Localization Team ![project group status: active](https://img.shields.io/badge/status-active-brightgreen.svg) [![project group documentation](https://img.shields.io/badge/MDBook-View%20Documentation-blue)][gh-pages] Welcome the repository for the Localization Team! This is the repository we use to organize our work. Please refer to our [charter] as well as our [github pages website][gh-pages] for more information on our goals and current scope. [charter]: ./CHARTER.md [gh-pages]: https://rust-lang.github.io/community-localization ## How Can I Get Involved? [You can find a list of the current members available on `rust-lang/team`.][team-toml] If you'd like to participate, be sure to check out any of our [open issues](https://github.com/rust-lang/community-localization/issues) on this repository. We also participate on [Discord][chat-link], feel free to introduce yourself over there and ask us any questions you have. [open issues]: /issues [chat-link]: https://discord.gg/6DauHpr [team-toml]: https://github.com/rust-lang/team/blob/master/teams/community-localization.toml ## Building Documentation This repository is also an mdbook project. You can view and build it using the following command. ``` mdbook serve ```