diff rhodecode/i18n/how_to @ 4186:7e5f8c12a3fc kallithea-2.2.5-rebrand

First step in two-part process to rename directories to kallithea. This first step is to change all references in the files where they refer to the old directory name.
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:04:28 -0400
parents eabb273bfd80
children
line wrap: on
line diff
--- a/rhodecode/i18n/how_to	Wed Jul 02 19:04:00 2014 -0400
+++ b/rhodecode/i18n/how_to	Wed Jul 02 19:04:28 2014 -0400
@@ -25,14 +25,14 @@
 Create new language by executing following command::
     python setup.py init_catalog -l <new_language_code>
 
-This creates a new language under directory rhodecode/i18n/<new_language_code>
+This creates a new language under directory kallithea/i18n/<new_language_code>
 Be sure to update transifex mapping under .tx/config for new language
 
 Edit the new PO file located in LC_MESSAGES directory with poedit or your
 favorite PO files editor. Do translations and at the end verify the translation
 file for any errors. This can be done by executing::
 
-    msgfmt -f -c rhodecode/i18n/<new_language_code>/LC_MESSAGES/<updated_file.po>
+    msgfmt -f -c kallithea/i18n/<new_language_code>/LC_MESSAGES/<updated_file.po>
 
 finally compile the translations::