https://github.com/freed-wu/tmux-zh
Chinese translation for tmux man page.
https://github.com/freed-wu/tmux-zh
cmake manpage opencc po4a tmux translation zh-cn zh-tw
Last synced: 4 months ago
JSON representation
Chinese translation for tmux man page.
- Host: GitHub
- URL: https://github.com/freed-wu/tmux-zh
- Owner: Freed-Wu
- License: gpl-3.0
- Created: 2023-05-29T18:25:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T20:25:07.000Z (over 1 year ago)
- Last Synced: 2024-10-22T14:43:55.638Z (over 1 year ago)
- Topics: cmake, manpage, opencc, po4a, tmux, translation, zh-cn, zh-tw
- Language: CMake
- Homepage: https://tmux.readthedocs.io
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [tmux](https://github.com/tmux/tmux) 中文手册
[](https://results.pre-commit.ci/latest/github/Freed-Wu/tmux-zh/main)
[](https://github.com/Freed-Wu/tmux-zh/actions)
[](https://github.com/Freed-Wu/tmux-zh/releases)
[](https://github.com/Freed-Wu/tmux-zh/releases/latest)
[](https://github.com/Freed-Wu/tmux-zh/issues)
[](https://github.com/Freed-Wu/tmux-zh/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/Freed-Wu/tmux-zh/pulls)
[](https://github.com/Freed-Wu/tmux-zh/pulls?q=is%3Apr+is%3Aclosed)
[](https://github.com/Freed-Wu/tmux-zh/discussions)
[](https://github.com/Freed-Wu/tmux-zh/milestones)
[](https://github.com/Freed-Wu/tmux-zh/network/members)
[](https://github.com/Freed-Wu/tmux-zh/stargazers)
[](https://github.com/Freed-Wu/tmux-zh/watchers)
[](https://github.com/Freed-Wu/tmux-zh/graphs/contributors)
[](https://github.com/Freed-Wu/tmux-zh/graphs/commit-activity)
[](https://github.com/Freed-Wu/tmux-zh/commits)
[](https://github.com/Freed-Wu/tmux-zh/releases/latest)
[](https://github.com/Freed-Wu/tmux-zh/blob/main/LICENSE)
[](https://github.com/Freed-Wu/tmux-zh)
[](https://github.com/Freed-Wu/tmux-zh)
[](https://github.com/Freed-Wu/tmux-zh)
[](https://github.com/Freed-Wu/tmux-zh)
[](https://github.com/Freed-Wu/tmux-zh)
[](https://github.com/Freed-Wu/tmux-zh)
## 安装
您可以先试一下在线预览。
- [](https://tmux.readthedocs.io/zh_CN/latest)
- [](https://tmux.readthedocs.io/zh_TW/latest)
### Debian
[下载 deb](https://github.com/Freed-Wu/tmux-zh/releases)
```bash
dpkg -i tmux-zh_cn-*-Linux.deb
dpkg -i tmux-zh_tw-*-Linux.deb
```
### Redhat
[下载 rpm](https://github.com/Freed-Wu/tmux-zh/releases)
```bash
rpm -i tmux-zh_cn-*-Linux.rpm
rpm -i tmux-zh_tw-*-Linux.rpm
```
### [AUR](https://aur.archlinux.org/packages/tmux-zh_cn)
```bash
yay -S tmux-zh_cn
yay -S tmux-zh_tw
```
### nix
```bash
nix-shell -p github:Freed-Wu/tmux-zh
```
## 构建时依赖
### 必选
- [gettext](https://www.gnu.org/software/gettext)
- [po4a](https://github.com/mquinson/po4a)
- [cmake](https://github.com/Kitware/CMake)
### 可选
- [opencc](https://github.com/BYVoid/OpenCC): 繁体中文支持
- [groff](https://www.gnu.org/software/groff): HTML 格式支持
## 构建
```bash
cmake -Bbuild -DZH_CN=ON -DZH_TW=ON -DHTML=ON
cmake --build build
```
## 运行时依赖
- [man](http://man-db.nongnu.org)
## 用法
```bash
export -Lzh_CN:zh_CHS:zh
man tmux
```
## 贡献
修改 [`po4a/zh_CN/tmux.1.po`](po4a/zh_CN/tmux.1.po) 即可。
欢迎 [PR](https://github.com/Freed-Wu/tmux-zh/pulls) 。