diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-04-06 19:13:19 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-04-06 19:13:19 +0200 |
commit | 7379805565815c576723b888a20af080248222da (patch) | |
tree | 498c98e8b6c43c2729349b7680c6a20efcfb98f3 /doc/developers/translation | |
parent | 1e3cd8bf6ee636a5af692b57906612d6109849cb (diff) | |
parent | 12c77161aca2c7d76fa5154fa1f4e214106d834b (diff) | |
download | SemanticScuttle-origin/quickform.zip SemanticScuttle-origin/quickform.tar.gz SemanticScuttle-origin/quickform.tar.bz2 |
Merge branch 'master' into quickformorigin/quickform
Conflicts:
data/templates/bookmarks.tpl.php
data/templates/sidebar.block.search.php
data/templates/top.inc.php
doc/developers/TODO
src/SemanticScuttle/header.php
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, |