mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
feat(translate_apps): make output more readable
This commit is contained in:
parent
8025e1d5d7
commit
f1798ed133
2 changed files with 4 additions and 0 deletions
|
@ -26,7 +26,9 @@ def extract_strings_to_translate_from_apps(apps, translations_repository):
|
|||
):
|
||||
continue
|
||||
|
||||
print()
|
||||
print(app)
|
||||
print("=" * len(app))
|
||||
print(f"{repository_uri} -> branch '{branch}'")
|
||||
|
||||
translations_path = Path(f"translations/apps/{app}/manifest/")
|
||||
|
|
|
@ -32,7 +32,9 @@ def extract_strings_to_translate_from_apps(apps, translations_repository):
|
|||
if app not in ("gotosocial", "fluffychat", "cinny", "fittrackee", "funkwhale", "photoprism"):
|
||||
continue
|
||||
|
||||
print()
|
||||
print(app)
|
||||
print("=" * len(app))
|
||||
print(f"{repository_uri} -> branch '{branch}'")
|
||||
|
||||
with Repository(
|
||||
|
|
Loading…
Add table
Reference in a new issue