Skip to content

Commit bcb0b7c

Browse files
authored
Merge pull request #1441 from hansu/translation-de
german translation improvements
2 parents 1c0bc24 + 16755de commit bcb0b7c

2 files changed

Lines changed: 2294 additions & 1826 deletions

File tree

src/po/README

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ in the experimental "weblate" interface.
1717
If 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+
2029
When 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"
2231
and 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
2534
Graphical tools for editing .po files
2635
=====================================
2736
On 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

0 commit comments

Comments
 (0)