1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-12 07:01:08 +02:00

24 Commits

Author SHA1 Message Date
Paul Licameli
2ce898f5fc Make it.po and zh_CN.po friendly to Windows build, again ( avoid #~| ) 2017-12-05 14:31:56 -05:00
Paul Licameli
1dfe97097e Corrections in zh_CN.po -- Chinese (Simplified) submitted by mkpoli 2017-12-04 13:00:59 -05:00
Paul Licameli
faa603a0eb Fix build of .mo files on all platforms 2017-11-29 19:55:01 -05:00
Paul Licameli
9478746000 Revert "msgfmt on Windows made errors for comments in .po starting #~|"
This reverts commit d1a7aa31bf909d78d42c81ee9daa3686f231f771.
2017-11-29 19:40:31 -05:00
Paul Licameli
d1a7aa31bf msgfmt on Windows made errors for comments in .po starting #~| 2017-11-29 18:50:05 -05:00
Paul Licameli
a627f7b77f Updated zh_CN.po -- Chinese (Simplified) submitted by mkpoli 2017-11-29 18:23:40 -05:00
Paul Licameli
ce7561a0b1 Don't make duplicate msgid 2017-11-28 08:43:30 -05:00
Paul Licameli
ac2c4c8d3b Revert "Fix duplicate strings for translation (Skip &Forward)"
This reverts commit 6c8d4e0aaa8764636bf436870b28d17a7a1e9090.
2017-11-28 08:42:32 -05:00
James Crook
6c8d4e0aaa Fix duplicate strings for translation (Skip &Forward) 2017-11-28 12:44:24 +00:00
Olivier Humbert
0d89bc3f15 Fix some typos in msgids, thanks to Olivier Humbert...
... Fix the source code; fix up msgids in audacity.pot and *.po
2017-11-27 23:12:37 -05:00
Paul Licameli
101f6c7482 Merged all the .po files...
... Easily done with the following command.

ls *.po | xargs -t -n1 -I {} msgmerge -U --previous --add-location=file {} audacity.pot

Resulting files will have all the blanks to be filled in by the translators for
new messages.

--previous keeps the old msgids in comments, for which matches were only fuzzy,
as an aid to the translator.

--add-location=file includes file names only in comments, omitting line
numbers.  If done again next time the files merge, then this will lessen the
diffs.

The results may include commented-out obsolete messages at the end, which
start with #~

At translator's discretion, these may be discarded when no longer helpful with
this command, substituting your filename twice for xx.po:

msgattrib -o xx.po --no-obsolete xx.po
2017-11-25 14:08:55 -05:00
Paul Licameli
634db2c3fb Updated zh_CN.po -- Chinese (Simplified) submitted by mkpoli 2017-11-19 18:14:55 -05:00
Paul Licameli
b1413b7923 Updated zh_CN.po -- Chinese (Simplified) submitted by mkpoli 2017-09-22 01:49:05 -04:00
James Crook
6609d6a8cd Update Simplified Chinese translation by mkpoli (snow wolf) 2017-08-22 16:07:35 +01:00
James Crook
a45f3bbc9e Update .pot and .po files. 2017-07-22 11:52:52 +01:00
James Crook
c45adf6fc1 Update audacity.pot and .po using more source files. 2017-07-19 19:31:04 +01:00
James Crook
c476110589 Update audacity.pot and .po files. 2017-07-19 18:22:12 +01:00
James Crook
5f9e8ef615 Update Chinese Translation by dingpengyu 2017-04-08 11:05:14 +01:00
James Crook
c20a3526a6 Update Chinese Translation by zhangmin 2017-03-29 09:15:50 +01:00
James Crook
7b6b6ef037 Update .pot and .po files to 2.2.0 2017-03-18 18:46:25 +00:00
James Crook
fa4f3c6bb6 Regenerated audacity.pot and .po files 2016-11-21 10:54:39 +00:00
James Crook
f2d75d0b69 Updated .pot and .po files for translation.
Also updated POTFILES.in to include more src files.
Some of the 'new' files include MenusMac.cpp, ScrubbingToolBar, OverlayPanel.
Also the order is now correctly alphabetical within each directory.
2016-11-20 18:34:01 +00:00
zhangmin
1b8951d115 Simplified Chinese translation update. 2016-08-15 09:51:34 +01:00
James Crook
56ac2b800d Bug 1073 - Wrong language variant choice.
http://bugzilla.audacityteam.org/show_bug.cgi?id=1073 This is a P2 bug.  Renaming these .po files is part (or maybe all?) of the fix.
2015-09-08 10:31:05 +01:00