From a5c0cef5a0f908deea3241c3cec7f60b41339f84 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 23 Feb 2009 16:48:25 +0000 Subject: [PATCH] * README.localization git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28586 a592a061-630c-0410-9148-cb99ea01b6c8 --- README.localization | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.localization b/README.localization index 6321061d6c..09d509e6fd 100644 --- a/README.localization +++ b/README.localization @@ -22,6 +22,12 @@ and name it after your language. German would be for example de.po and Polish pl.po. This file is generated in the "po" directory of the source tree during the compilation. +There are basically two source trees you can start to work with - trunk +(development version) and branch (stable version). Unless the development +version is shortly before release it is better idea to start your translating +work on the stable version. If you have no idea how to get those trees you +can follow http://www.lyx.org/HowToUseSVN page. + 2) HOW DO I EDIT PO FILES?