i18n/check-translation.py
branchstable
changeset 49366 288de6f5d724
parent 48875 6000f5b25c9b
equal deleted inserted replaced
49364:e8ea403b1c46 49366:288de6f5d724
     1 #!/usr/bin/env python3
     1 #!/usr/bin/env python3
     2 #
     2 #
     3 # check-translation.py - check Mercurial specific translation problems
     3 # check-translation.py - check Mercurial specific translation problems
     4 from __future__ import absolute_import
       
     5 
     4 
     6 import re
     5 import re
     7 
     6 
     8 import polib
     7 import polib
     9 
     8