-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add notice that LFS mirroring is not supported #1251
Conversation
LGTM |
options/locale/locale_de-DE.ini
Outdated
@@ -431,6 +431,7 @@ migrate.clone_local_path=oder Pfad auf dem lokalen Server | |||
migrate.permission_denied=Ihnen fehlen die Rechte zum Importieren lokaler Repositories. | |||
migrate.invalid_local_path=Der lokale Pfad ist ungültig, existiert nicht oder ist kein Ordner. | |||
migrate.failed=Fehler bei Migration: %v | |||
migrate.lfs_mirror_unsupported = Migrieren von LFS Objekten wird nicht unterstützt - verwenden Sie stattdessen 'git lfs fetch --all' und 'git lfs push --all'. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strings for langs other than English should not be added directly, but via Crowdin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^
options/locale/locale_de-DE.ini
Outdated
@@ -431,6 +431,7 @@ migrate.clone_local_path=oder Pfad auf dem lokalen Server | |||
migrate.permission_denied=Ihnen fehlen die Rechte zum Importieren lokaler Repositories. | |||
migrate.invalid_local_path=Der lokale Pfad ist ungültig, existiert nicht oder ist kein Ordner. | |||
migrate.failed=Fehler bei Migration: %v | |||
migrate.lfs_mirror_unsupported = Migrieren von LFS Objekten wird nicht unterstützt - verwenden Sie stattdessen 'git lfs fetch --all' und 'git lfs push --all'. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^
Dropped German translation as requested |
LGTM |
As discussed in #849:
Mirroring LFS objects is no easy feat, so this PR adds a notice to the migration UI which tells the user that Gitea does not support it currently, hinting at
git lfs
functionality.