diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-09-23 07:32:09 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-09-23 07:32:09 +0000 |
commit | 43c7481da239093ee9362ea4cd9778f8d1bf25e0 (patch) | |
tree | 7d1960842dc7dd00fc0cd1d5d1746b6cd067fbfe /doc/developers/translation | |
parent | c7c94fec725444b88f76dab40226634a6ed09f15 (diff) | |
download | semanticscuttle-43c7481da239093ee9362ea4cd9778f8d1bf25e0.tar.gz semanticscuttle-43c7481da239093ee9362ea4cd9778f8d1bf25e0.tar.bz2 |
fix typo
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@740 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'doc/developers/translation')
-rw-r--r-- | doc/developers/translation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developers/translation b/doc/developers/translation index 401089a..776b5d7 100644 --- a/doc/developers/translation +++ b/doc/developers/translation @@ -21,7 +21,7 @@ We keep one base translation file, data/locales/messages.po. This file is auto-generated via xgettext from all our php source files. In case you added a new string to the code that needs translation, update the base translation file by running -> php scripts/update-translation-base.php. +> php scripts/update-translation-base.php After that has been done, the changes to the base messages.po file need to be merged into the single language translation files, |