haiku / haikudepotserver

Haiku Depot Server
Other
17 stars 10 forks source link

Updating German webmessages #209

Closed humdingerb closed 4 years ago

humdingerb commented 4 years ago

It's a Polyglot export. It seems to have jumbled the strings around a bit and removed the linebreak escaping... Doesn't matter, right?

andponlin commented 4 years ago

The ordering isn't important and neither are the line endings. It would be good if the export were approximately in some sort of deterministic order so that it is easier to see what has changed each time for review.

humdingerb commented 4 years ago

@KapiX would know more about that. I suspect after the first import at Polyglot, the order would stay put. Maybe we should export everything from Polyglot now, to get these order-changes out of the way before actual content-changes arrive. I can do that and create a PR, if you want.

KapiX commented 4 years ago

I will look into the ordering. It should order deterministically (for catkeys it does) but maybe wrong columns to sort by are chosen for properties. Breaking long lines shouldn't be too hard to implement.