diff options
author | KN4CK3R <admin@oldschoolhack.me> | 2021-11-14 20:11:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-14 20:11:10 +0100 |
commit | 42ea0023a30fd6a0e2e2da1e32ece0a484c03a65 (patch) | |
tree | 9a279ebc1b1300dc7ee6bb9aeaaea90eb63b22a3 /options | |
parent | d2163df6a0d6b9663a65438c1d960ea4ab5c2df0 (diff) | |
download | gitea-42ea0023a30fd6a0e2e2da1e32ece0a484c03a65.tar.gz gitea-42ea0023a30fd6a0e2e2da1e32ece0a484c03a65.zip |
Add migration from GitBucket (#16767)
This PR adds [GitBucket](https://gitbucket.github.io/) as migration source.
Supported:
- Milestones
- Issues
- Pull Requests
- Comments
- Reviews
- Labels
There is no public usable instance so no integration tests added.
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 6fad20c87e..7d6c878ad6 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -911,6 +911,7 @@ migrate.gitlab.description = Migrate data from gitlab.com or other GitLab instan migrate.gitea.description = Migrate data from gitea.com or other Gitea instances. migrate.gogs.description = Migrate data from notabug.org or other Gogs instances. migrate.onedev.description = Migrate data from code.onedev.io or other OneDev instances. +migrate.gitbucket.description = Migrating data from GitBucket instances. migrate.migrating_git = Migrating Git Data migrate.migrating_topics = Migrating Topics migrate.migrating_milestones = Migrating Milestones |