From 907da7bf7b3bcd49c58c2ea4acac2482a1af8dd8 Mon Sep 17 00:00:00 2001 From: gdrooid Date: Sun, 17 Aug 2014 22:06:40 +0200 Subject: [PATCH] Add instructions to install translations. --- INSTALL.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index ddae231..dca8beb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -63,3 +63,11 @@ Once any of the above is installed Tomb will find the tool automatically. Tomb comes with a bunch of extra tools that contribute to enhance its functionality or integrate it into particular system environments. +### Install translations + +There are translations available for Tomb. If you wish to install them +navigate to extras/po and run 'make install' as root: + + cd extras/po + sudo make install +