1
0
Fork 0
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:
Laurent Peuch 2024-03-29 00:01:04 +01:00 committed by OniriCorpe
parent 8025e1d5d7
commit f1798ed133
2 changed files with 4 additions and 0 deletions

View file

@ -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/")

View file

@ -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(