在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):phpmyadmin/localized_docs开源软件地址(OpenSource Url):https://github.com/phpmyadmin/localized_docs开源编程语言(OpenSource Language):Makefile 87.9%开源软件介绍(OpenSource Introduction):phpMyAdmin - localized documentationThis repository contains localized documentation for phpMyAdmin. It is based on master document placed in phpmyadmin repository. To translate edit your language file in po directory, changes will be propagated to generated documents. You can also translate online at <https://hosted.weblate.org/projects/phpmyadmin/documentation/> and your changes will be merged to Git. RequirementsFor manipulating with translations, you need gettext and sphinx installed. UsageTo start new translation,
To regenerate mofiles run: make To obtain statistics about current translations run: ./locales-stats To update documentation run: # Force Weblate to commit changes, requires wlc to be installed
wlc commit
# Pull changes from Weblate
git pull
# Update phpMyAdmin submodule
git submodule update --remote
# Update po files to match current docs
make This automatically updates po files, generates mo files and synchronizes sources of the documentation. Review changes and commit them using: git commit -a -m 'Update documentation to match master' To build documentation in given language (for example Czech): make html-cs You can also invoke sphinx-build manually: sphinx-build docs/cs/ output/cs/ You can also build all documentation at once: make html You can also browse translated documentation online at <https://docs.phpmyadmin.net/>. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论