tildearrow / furnace

a multi-system chiptune tracker compatible with DefleMask modules
GNU General Public License v2.0
2.65k stars 209 forks source link

Merge PO files conveniently via scripts #2070

Closed Jankboy closed 3 months ago

Jankboy commented 3 months ago

This Python script makes it easy to merge PO files in the correct order! base.po is the PO file within the repo with the correct order new.po is your translated PO file but may not be in the correct order Use this script to quickly and easily merge the two in the correct order!

Jankboy commented 3 months ago

Ported to bash scripts, in repo/scripts !

tildearrow commented 3 months ago

Question

What is the difference between this and msgmerge? What does "correct order" mean?

LTVA1 commented 3 months ago

I guess it reorders the entries so that git diff is not that huge