Add translations check script (#34272)

This commit is contained in:
Paulus Schoutsen
2020-04-15 16:58:20 -07:00
committed by GitHub
parent d011b46985
commit 1ffc3a00e7
13 changed files with 106 additions and 40 deletions

View File

@@ -68,3 +68,5 @@ def run():
print("Deleting keys:", ", ".join(map(str, to_delete)))
print(lokalise.keys_delete_multiple(to_delete))
return 0