Ejemplo n.º 1
0
    def test_pos(self):
        try:
            gettextutil.check_version()
        except gettextutil.GettextError:
            return

        gettextutil.check_po(PODIR, self.lang)
Ejemplo n.º 2
0
 def test_pos(self):
     po_path = gettextutil.get_po_path(PODIR, self.lang)
     gettextutil.check_po(po_path)