Lumina i18n files http://translate.pcbsd.org
Find a file
Ken Moore a7dba6a2e4
Update README.md
Cleanup the README and make sure it is clearly listed as an archive
2018-04-13 08:56:04 -04:00
dist Fix the lumina-fileinfo.ts file for the "hi" locale (missing some XML tags), and make a new release tarball for 1.0.0-Release 2016-08-08 09:35:32 -04:00
scripts Update the mkrelease script a bit so it spits out more information about failures to build the translation files. 2016-07-18 11:27:53 -04:00
ts Auto-Commit of i18n data from Pootle 2016-09-12 08:38:22 -07:00
LICENSE Create LICENSE 2015-10-19 08:06:11 -04:00
README.md Update README.md 2018-04-13 08:56:04 -04:00

lumina-i18n (ARCHIVED)

ARCHIVED: This repository is no longer used for translation files for the Lumina desktop All of the translations are now contained within each individual project in the lumina repository.


i18n files for Lumina, created from http://translate.pcbsd.org

To install these translation files, just extract the dist/lumina-i18n.txz file into ${PREFIX]/share/lumina-desktop/i18n (you may need to create that directory first). Then the next time you log in to the Lumina desktop environment it will read the system locale and load the appropriate translation files.

Example (FreeBSD):

tar xvf <local copy of repo>/dist/lumina-i18n.txz -C /usr/local/share/lumina-desktop/i18n

In the "x11/lumina-i18n" FreeBSD port (with staging and such) it runs these two commands to do the intallation:

${MKDIR} ${STAGEDIR}${PREFIX}/share/lumina-desktop/i18n

tar xvf ${WRKSRC}/dist/${PORTNAME}.txz -C ${STAGEDIR}${PREFIX}/share/lumina-desktop/i18n