~iferca/yape/trunk

« back to all changes in this revision

Viewing changes to src/yape/project/django/django_contentfiller.py

  • Committer: Israel Fernández Cabrera
  • Date: 2009-08-02 05:31:23 UTC
  • mto: This revision was merged to the branch mainline in revision 136.
  • Revision ID: iferca@tah-20090802053123-xrjfaptxbhf3skqd
Primera versión de YaPe en español. No está 100% ok pero está bien. Además se han creado las herramientas para manejar las traducciones en sucesivas versiones.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
    def __loadApplications(self, projectPath):
33
33
        appIter = self.__store.append(self.__root, ('web_application_group', 
34
 
                                                    'Applications', None, None))
 
34
                                                    _('Applications'), None, None))
35
35
        DjApplicationLoader().load(iterator=appIter, 
36
36
                                   path=projectPath,
37
37
                                   store=self.__store)