home.social

#i18 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #i18, aggregated by home.social.

  1. So what's the smoothest way these days to integrate localisation repositories into your git repo?

    As a background: our localisation needs to live in a separate git repo that is monitored and also updated with new translations by pootle (a translation tool) but we also want to be able to pull out the generated PO files as well as push local updates (and new texts) from within the containing project repo the localisations belong to. So merges / rebates are kinda required.

    Git submodules are the worst case here as you can't really commit / push local updates to the translations back to the localisation repo without making a separate checkout, doing your changes there, then pushing to your remote and finally updating the reference for your local submodule and pulling again.

    Git subtrees sounded like a good idea but they way they're implemented makes them nasty to use as well.. they tend to break if you work with pull --rebase in the containing repo and merge conflicts in the sub tree can't be resolved with a sub tree-rebase either.

    In the past I used to have the localisation as a full git checkout in a sub directory of the containing project and maintained it using a few CMake scripts but I had hoped there's be something smoother by now.

    #git #submodules #subtree #localisation #i18 #workflows #question #SofwareDevelopment #boostswelcome

  2. Web site rant / Je râle du web

    I am tired of websites that are available in various languages BUT only rely on browser settings. I can't pick French, because my browser is in English. Why ? (Hint: there's no good reason for this)

    J'en ai marre des sites web qui sont disponibles en plusieurs langues mais qui ne se basent QUE sur les préférences du navigateur. Je ne peux pas choisir anglais, car mon navigateur est en français. Pourquoi ? (Indice : Il n'y a aucune bonne raison)

    #UX #UI #i18