aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2014-12-22 07:58:03 -0500
committerKen Moore <ken@pcbsd.org>2014-12-22 07:58:03 -0500
commit896db585bce8f3bce652979b09cf7929958b9ae3 (patch)
treeb8f6d7d4ee17c78009dcc133cdc7096c6f39ef15
parentOops, forgot to add the new LXcbEventFilter.h file to GitHub. This class is r... (diff)
parentUpdate README.md (diff)
downloadlumina-896db585bce8f3bce652979b09cf7929958b9ae3.tar.gz
lumina-896db585bce8f3bce652979b09cf7929958b9ae3.tar.bz2
lumina-896db585bce8f3bce652979b09cf7929958b9ae3.zip
Merge branch 'master' of github.com:pcbsd/lumina
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5da0b57d..8c491003 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,12 @@ Description
Lumina-DE is a lightweight, BSD licensed desktop environment designed specifically for use on FreeBSD (although it should be easily portable to other Unix-like OS's as well).
Latest Stable Version
-=====
+----
0.7.2 (Beta): Use the qt4/0.7.2 branch of the source tree to fetch this version.
The master branch is currently under major churn with the transition to Qt5
+
+Translations
+----
+All the translation files for Lumina are available through the PC-BSD pootle translations systems, which are then auto-committed to the pcbsd/lumina-i18n repo. This provides an easy interface through which to contribute translations while also ensuring that the translation files are kept in sync with the Lumina source files, and it is highly recommended that translators use this interface.
+
+Translation Website URL: http://translate.pcbsd.org/
bgstack15