Localization of The Tile Language Documentation #1430
hwhsu1231
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Introduction
Hello, TileLang Community,
I’m glad to announce that the 🎉 tilelang-docs-l10n 🎉 project is published now:
The goal of this project is to translate the Tile Language Documentation into multiple languages. Translations are contributed via the Crowdin platform, automatically synchronized with the GitHub repository, and can be previewed on GitHub Pages.
AFAIK, TileLang's core team members are primarily from Peking University, and it is being used by DeepSeek. Therefore, there should be a considerable number of native Chinese speakers among its users. Currently, Tile Language documentation is written in English as the source language, so I believe that the
tilelang-docs-l10nproject would greatly help in promoting TileLang.How to Reuse Translations
If the upstream project or anyone wants to reuse the translated
.pofiles prepared by thetilelang-docs-l10nproject, they can clone the.pofiles from thepo/${VERSION}branch by using the following command:git clone --depth=1 --branch=po/${VERSION} https://github.com/localizethedocs/tilelang-docs-l10n.git localeThose
po/${VERSION}branches are created to facilitate reusage by the upstream project. For instance, thezh_TWdocumentation for thelatestversion can be generated using the commands below:Beta Was this translation helpful? Give feedback.
All reactions