Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-17 | Handle dates and a "calculated plural" in translations | Dirk Hohndel | |
This looks like a massive commit mainly because of the line number changes in the .po files. That sadly hides what really happened here: - the places where we manually build dates have now been localized - the one place where we did the English "calculated plural" has been modified so that it now can be correctly translated (in English this just adds an 's' to the noun if the number is != 1 - in other languages this tends to be much more complicated) I then updated the two German translations to take advantage of the new constructs. And while I was at it, I changed the translation Trip->Gruppe to Trip->Reise as that seemed much more appropriate. I also fixed another error in the German translation where I translated "dive time" as "Startzeit" - but in the context it was "Dauer". Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2012-10-16 | Added a terrible spanish translation. | Henrik Brautaset Aronsen | |
I don't know any Spanish at all. This translation was made with Google Translate, perl and sed, and will annoy anyone who knows Spanish. Hopefully enough so that they will fix it. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |