support Gitlab, Bitbucket, etc. in fink #853
Unanswered
samuelstroschein
asked this question in
[inlang SDK] Feature Requests
Replies: 2 comments 7 replies
-
I would very much like such a solution. Specifically for Azure DevOps git repositories. This would remove a blocker from using the inlang editor for translation. 😄 |
Beta Was this translation helpful? Give feedback.
6 replies
-
This is still my primary pain point with using the Inlang ecosystem. Any word on the updates? I'm forced to use Bitbucket on my professional projects and I'm sure a lot of other folks are using many other git hosts. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
The inlang editor only works with GitHub as a host.
Proposal
Make the inlang editor work with any git host.
Additional information
Support for multiple git hosts requires an abstraction layer over the numerous different APIs.
Ideally, lix has built-in functionality to abstract git hosts. For example, lix could export a function like
createPullRequest
which abstracts git host specific "pull request" things dependent on the host that the repo has been cloned form.Such abstraction layer seems beneficial for all sorts of apps.
Beta Was this translation helpful? Give feedback.
All reactions