From 16a755396e8dae938926cd3a0f8dd0d8a123dcad Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 24 May 2013 20:11:51 +0200 Subject: [PATCH] Fix path of translations (locale -> locales). --- contribute/translate.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contribute/translate.rst b/contribute/translate.rst index a2443d2..54d14ca 100644 --- a/contribute/translate.rst +++ b/contribute/translate.rst @@ -66,7 +66,7 @@ or to publish your changes). First, you need to tell Git what files you want to be committed (let's say you are the Finnish translator, so you updated Alias's fi.po):: - git add plugins/Alias/locale/fi.po + git add plugins/Alias/locales/fi.po Then, you can commit your files. Depending on what you made, you can use one of this commands (not all of them!):: @@ -128,9 +128,9 @@ archive, I can't read them because is a f*cking proprietary format). I prefer that you choose this architecture: -* FirstPlugin/locale/it.po -* SecondPlugin/locale/it.po -* ThirdPlugin/locale/it.po +* FirstPlugin/locales/it.po +* SecondPlugin/locales/it.po +* ThirdPlugin/locales/it.po Because I can extract everything with one click.