Projet

Général

Profil

0001-misc-add-l10n-to-default-template-tags-libraries-322.patch

Frédéric Péters, 14 avril 2019 14:37

Télécharger (854 octets)

Voir les différences:

Subject: [PATCH] misc: add l10n to default template tags libraries (#32265)

 wcs/qommon/publisher.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
wcs/qommon/publisher.py
923 923

  
924 924
    def get_default_templatetags_libraries(self):
925 925
        libraries = self.get_site_option('default_templatetags_libraries') or ''
926
        return 'qommon %s' % libraries
926
        return 'qommon l10n %s' % libraries
927 927

  
928 928
    def get_map_attributes(self):
929 929
        attrs = {}
930
-