blob: adc38419e51b6b51e5cf4d422d9e80213e3edf0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
## Kube
Kube is a personal information and collaboration application currently in its early
stages of development. It uses Sink for data access and synchronization.
See docs/project.md for more information.
## License
GPLV2+
## Getting involved
https://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
|