Browse Source

Renamed init_translations to add_translations

sh4nks 10 years ago
parent
commit
a1a9ea0f26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manage.py

+ 1 - 1
manage.py

@@ -202,7 +202,7 @@ def update_translations():
 
 
 @manager.command
-def init_translations(translation):
+def add_translations(translation):
     """
     Adds a new language to the translations
     """