lzr_levels print shows string origin
This commit is contained in:
parent
c20bdc9604
commit
1566f428df
@ -333,7 +333,7 @@ lzr_levels.analyze_levels = function(level_list_path, levels_path, solutions_pat
|
|||||||
end
|
end
|
||||||
|
|
||||||
if PRINT_TRANSLATABLE_LEVEL_STRINGS then
|
if PRINT_TRANSLATABLE_LEVEL_STRINGS then
|
||||||
print("# TRANSLATABLE LEVEL STRINGS #")
|
print("# TRANSLATABLE LEVEL STRINGS FOR "..level_list_path.. " #")
|
||||||
print("## level_names.lua: ##")
|
print("## level_names.lua: ##")
|
||||||
for l=1, #tr_level_names do
|
for l=1, #tr_level_names do
|
||||||
print(string.format("S(%q)", tr_level_names[l]))
|
print(string.format("S(%q)", tr_level_names[l]))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user