mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix return in translation script
This commit is contained in:
parent
4720a7a891
commit
b4282fca84
@ -42,10 +42,9 @@ def rename_keys(project_id, to_migrate):
|
|||||||
while input("Type YES to confirm: ") != "YES":
|
while input("Type YES to confirm: ") != "YES":
|
||||||
pass
|
pass
|
||||||
|
|
||||||
return
|
|
||||||
print()
|
print()
|
||||||
print("Updating keys")
|
print("Updating keys")
|
||||||
pprint(lokalise.keys_bulk_update(updates).json())
|
pprint(lokalise.keys_bulk_update(updates))
|
||||||
|
|
||||||
|
|
||||||
def migrate_project_keys_translations(from_project_id, to_project_id, to_migrate):
|
def migrate_project_keys_translations(from_project_id, to_project_id, to_migrate):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user