Skip to content

Commit

Permalink
Genstrings update
Browse files Browse the repository at this point in the history
  • Loading branch information
marmelroy committed Apr 29, 2016
1 parent 46d13c4 commit b7e6835
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions genstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ def fetch_files_recursive(directory, extension):
if dupmatch == 0:
filestrings[string1[2]].append(string1)

print '\n\n\n\n\n'
print '/*\n * SHARED STRINGS\n */\n'

# output filewise
for key in filestrings.keys():
print '/*\n * ' + key + '\n */\n'
Expand All @@ -132,11 +135,6 @@ def fetch_files_recursive(directory, extension):
print '/* ' + string[1] + ' */'
print '"' + string[0] + '" = "' + string[0] + '";'
print
print '\n\n\n\n\n'


print '\n\n\n\n\n'
print '/*\n * SHARED STRINGS\n */\n'

# output duplicates
for string in duplicated:
Expand Down

0 comments on commit b7e6835

Please sign in to comment.