# deepin-gettext-tools **Repository Path**: lingmo-linux/deepin-gettext-tools ## Basic Information - **Project Name**: deepin-gettext-tools - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-26 - **Last Updated**: 2023-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deepin-gettext-tools deepin-gettext-tools is convenient tool for desktop file translation. ## Dependencies You can also check the "Depends" provided in the `debian/control` file. ### Build dependencies You can also check the "Build-Depends" provided in the `debian/control` file. ## Installation ### Build from source code 1. Make sure you have installed all dependencies. ```bash sudo apt build-dep deepin-gettext-tools ``` 2. Build ```bash mkdir build cd build cmake .. make ``` 3. Install ```bash sudo make install ``` ## Getting help Any usage issues can ask for help via * [Matrix](https://matrix.to/#/#deepin-community:matrix.org) * [WiKi](https://wiki.deepin.org) * [Forum](https://bbs.deepin.org) * [Developer Center](https://github.com/linuxdeepin/developer-center/issues) ## Getting involved We encourage you to report issues and contribute changes - [**Contribution guide for developers**](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en) ## License deepin-gettext-tools is licensed under [GPL-2.0-or-later](LICENSE).