Differences between revisions 4 and 5
Revision 4 as of 2015-12-13 17:08:40
Size: 1938
Editor: ?ikmaak
Comment:
Revision 5 as of 2015-12-13 17:54:14
Size: 1938
Comment: Fix typo
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
 * Download django.po from Weblate os use your local copy and place it in ~/Plinth/plinth/locale/<yourlanguage>/LC_MESSAGES/ (download on host, transfer to guest using e.g. scp or VirtualBox Shared Folders)  * Download django.po from Weblate or use your local copy and place it in ~/Plinth/plinth/locale/<yourlanguage>/LC_MESSAGES/ (download on host, transfer to guest using e.g. scp or VirtualBox Shared Folders)

Test User Interface Translations

If you want to test Plinth (FreedomBox user interface) translations you can use a Virtualbox image, please follow these steps.

  • Setup a VirtualBox FreedomBox as described on VirtualBox image page (this recipe based on the 2015-10-18 image)

  • Boot the FreedomBox to terminal and login (fbx:frdm)

  • To install GNU gettext tools and prepare new Plinth (torrc needed to start recent plinth, not needed when PR #324 is merged)

    • sudo apt-get update
      sudo apt-get install gettext
      sudo mkdir /etc/tor
      sudo touch /etc/tor/torrc
      sudo mv /etc/plinth/plinth.config /etc/plinth/plinth.config_disabled 
      git clone https://github.com/freedombox/Plinth
      cd ~/Plinth
      nano plinth.config (change line 8 to read "server_dir = /plinth")
  • Download django.po from Weblate or use your local copy and place it in ~/Plinth/plinth/locale/<yourlanguage>/LC_MESSAGES/ (download on host, transfer to guest using e.g. scp or VirtualBox Shared Folders)

  • To prepare translation and run new plinth do:
    • sudo service plinth stop
      cd ~/Plinth/plinth
      django-admin compilemessages
      cd..
      sudo ./run --debug --no-daemon
  • Go to Plinth in browser on host (https://fbx-ip). Change to your locale in System Configuration (gears symbol upper right)->Configure->Language (https://fbx-ip/plinth/sys/config/)

  • Enjoy your translation!
  • To update .po with new strings from source code run (.po needs review after this!):
    • django-admin makemessages -l <your language>

NOTE: Any of this may break at any time because it follows development master branch in git which changes constantly.


Intro

Information

Support

Contribute

Reports

Promote

Vision

Hardware

Live Help

Where To Start

Translate

Calls

Talks

Overview

Download

Q&A

To Do

Design

Releases

Press

Features

Manual

Contributors

Code

Blog

FreedomBox for Communities

FreedomBox Developer Manual

HELP & DISCUSSIONS: Discussion Forum - Matrix - Mailing List - #freedombox irc.debian.org | CONTACT Foundation | JOIN Project

Next call: Saturday, April 13 at 14:00 UTC

This page is copyright its contributors and is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.


CategoryFreedomBox