File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,15 @@ in the experimental "weblate" interface.
1717If you are working by hand, you can also update just a single pofile:
1818 msgmerge -U xx.po linuxcnc.pot
1919
20+ To merge a po-file e.g. from the master into the current branch:
21+
22+ msgcat master.po current.po -o new.po
23+
24+ To compare the real changes without the changed line numbers in comments, you can create a file without comments in this way:
25+ grep -v ^# language.po > language_wo_comments.po
26+ or
27+ msgcat language.po --no-location > language_wo_comments.po
28+
2029When you are done, "git commit" the new .po file. If you have push access,
2130"git push". Otherwise, format your changes as a patch with "git format-patch"
2231and send it to the emc-developers mailing list or create a Pull Request on GitHub.
@@ -25,8 +34,8 @@ and send it to the emc-developers mailing list or create a Pull Request on GitHu
2534Graphical tools for editing .po files
2635=====================================
2736On Dapper there seem to be three graphical front-ends for editing .po files:
28- - gtranslator (a part of the Gnome desktop),
29- - lokalize (former kbabel as part of KDE ) and
37+ - lokalize (recommend - former kbabel as part of KDE)
38+ - gtranslator (a part of the Gnome desktop ) and
3039- poedit
3140
3241
You can’t perform that action at this time.
0 commit comments