forked from organicmaps/organicmaps
[tools] Rename find_untranslated_strings.py to strings_utils.py
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
f47942efa1
commit
38e448e7e8
2 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from collections import defaultdict
|
|||
from itertools import chain
|
||||
from os.path import abspath, isabs
|
||||
|
||||
from find_untranslated_strings import StringsTxt
|
||||
from strings_utils import StringsTxt
|
||||
|
||||
"""
|
||||
This script determines which strings are used in the platform code (iOS and
|
||||
|
|
Loading…
Add table
Reference in a new issue