blob: b5fff0f40354ff26b3ce021ba4d0cc4bc12ddb08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
## Kube
Kube is a personal information and collaboration application currently in its early
stages of development. It uses Sink for data access and synchronization, and
leverages the KDE PIM codebase where possible.
See docs/project.md for more information.
## License
GPLV2+
## Getting involved
www.kube.kde.org
## Extract translatable messages
$ svn checkout svn://anonsvn.kde.org/home/kde/trunk/l10n-kf5/scripts
$ mkdir po
$ mkdir enpo
$ export LUPDATE=lupdate-qt5
$ PATH=/path/to/scripts:$PATH bash /path/to/scripts/extract-messages.sh
|