aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2014-12-19 13:14:10 -0500
committerKen Moore <moorekou@gmail.com>2014-12-19 13:14:10 -0500
commit01f50872a920f4fcbb80dd418682fe3cea7e65f8 (patch)
treef37687a01b793fc02e892f38a4f32a3917926cb8
parentFix the detection of the active window via XCB as well: now all the window st... (diff)
downloadlumina-01f50872a920f4fcbb80dd418682fe3cea7e65f8.tar.gz
lumina-01f50872a920f4fcbb80dd418682fe3cea7e65f8.tar.bz2
lumina-01f50872a920f4fcbb80dd418682fe3cea7e65f8.zip
Update README.md
Add information about translation systems for 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