Language | Status |
---|---|
Mandarin (Taiwan) |
Crowdin is the prefered way of translation.
- Open https://crowdin.com/project/laravel-docs
- Select your language and start translate.
If you don't see your language on Crowdin. Open an issue on this repository and the admin will open it for you.
While using GitHub for doing translation is not recommended, because manualy managing translation files may cause them to out of sync. But we still accept you to submit your translations this way.
- Fork this repository.
- Check if
po/{lang}
directory exists. If not, create one and copy files fromtemplates
, then rename the extensions to.po
. - Open
po/{lang}/{file}.po
to translation. - While your translation is in progress, please open a Draft Pull Request so others know that someone is doing translation for the perticular language / file.
- Update git submodule.
git submodule foreach git pull
- Run
update_template.py
to extract strings into pot files.
Run build.sh
:
zsh build.sh zh_TW
Source files are released under MIT license.
Translation files are released under MIT as well.