Git is the de facto standard version control system in software development. For organizing our issues and keeping track of the status we use the Kanban view of Jira. Our last two columns on our Kanban board are: Awaiting deploy Done All issues in the column “Awaiting deploy” are fully implemented and tested. The code has been reviewed by a 2nd …
Github love and integration
As a developer you have to love Github (for its simplicity, its flexibility and how it changed the web). That is why LingoHub has provided a Github integration from the beginning. We just released a small update to this integration and we noticed our public documentation doesn’t reflect all the possibilities yet. So here is how you can authenticate through Github …
Integrating internationalization in a GIT workflow
Several of our customers asked us to support branches (from versioning systems like GIT or SVN) in LingoHub. The reasoning behind this is, that i18n resources and their according associations often belong to one or more branches, and then you should be able to merge them (GIT-like) with others. One of my beliefs is that a good product owner must …