1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

1058 Commits

Author SHA1 Message Date
Leland Lucius
0ab7645105 Replace msgfmt.py with one from Cython
Since it actually works.  :-)
2021-02-13 23:35:20 -06:00
Paul Licameli
8fdb18427e Less-incomplete Marathi support ...
... supplying some missing pieces of commit
a76b7ec29547c5083358a34b44459b7f3d2e85a0

See commit a37162ffca755d563081492cf95761a351cb456f for the complete example of
Corsican.

Still missing are appropriate strings in Marathi for src/audacity.desktop.in and
win/Inno_Setup_Wizard/audacity.iss

Blank line change of locale/CMakeLists.txt to force reconfigure
2021-02-13 13:10:22 -05:00
Grzegorz Pruchniakowski
3e0f3309c7
Update Polish Translation (#744)
Update pl.po from Transifex - 2 fixes.

Greetings,
Gootector
2021-02-13 17:16:36 +00:00
森の子リスのミーコの大冒険
716c7794e0 Update Japanese translation 2021-02-13 10:23:51 +00:00
Bashishtha Singh
61974251f9 Update Hindi translation 2021-02-13 10:22:19 +00:00
Cleber Tavano
602acd7259 Update Portuguese (pt_BR) translation 2021-02-13 10:20:46 +00:00
Martin Srebotnjak
d9865c3086 Update Slovenian translation 2021-02-13 10:02:31 +00:00
Brad
d95aa8e7be Update Vietnamese translation 2021-02-13 10:01:36 +00:00
Yi-Jyun Pan
b7e249dfc2 Update Traditional Chinese (zh_TW) translation 2021-02-13 10:00:05 +00:00
Bruno Ramalhete
38714c352b Update Portuguese (pt_PT) translation 2021-02-13 09:54:25 +00:00
Joachim Huffer
c3013af661 Update German translation 2021-02-09 14:32:42 +00:00
Olivier Humbert
850436bf39 Update French translation 2021-02-09 14:32:00 +00:00
Michele Locati
2ca5961bd5 Update Italian translation 2021-02-09 14:31:23 +00:00
Alexander Gabilondo
51b237a454 Update Basque translation 2021-02-07 11:33:54 +00:00
Patriccollu Gmail
350f84bed6 Update Corsican translation 2021-02-05 18:35:33 +00:00
Thomas De Rocker
2d1821fec7 Update Dutch translation 2021-02-05 14:27:17 +00:00
Nikitich
6f1af88795 Update Russian translation 2021-02-05 12:55:53 +00:00
Grzegorz Pruchniakowski
9f7fa5dee4
Update Polish from Transifex - fix PR #726 (#740)
Update Polish from Transifex.
This is updated pl.po file from Transifex with this PR: https://github.com/audacity/audacity/pull/726.
Greetings,
Gootector
2021-02-05 12:44:37 +00:00
Sampo Hippeläinen
36126c96d8 Update Finnish translation 2021-02-04 22:03:34 +00:00
Yuri Chornoivan
e5736add08 Update Ukranian translation 2021-02-04 22:03:34 +00:00
Grzegorz Pruchniakowski
3abc888817 Update Polish translation 2021-02-04 22:03:11 +00:00
James Crook
fef877324d Update .pot and .po files. 2021-02-04 18:56:58 +00:00
Mukul Kulkarni
a76b7ec295 Add Marathi translation 2021-02-04 17:57:32 +00:00
scootergrisen
ccbd9a3d3c Update Danish translation 2021-02-04 17:55:31 +00:00
jozef m
96f17ab163 Update Slovak translation 2021-02-04 17:49:18 +00:00
Hwanyong Lee (Ajou)
20a8f1447c Update Korean translation 2021-02-04 17:40:10 +00:00
Emma
215abfb5a8 Update French translation 2021-02-04 17:38:57 +00:00
Sampo Hippeläinen
d8b79a3a22 Update Finnish translation 2021-02-04 17:22:47 +00:00
Patriccollu
a37162ffca Add Corsican language (co.po etc) 2021-02-04 17:14:02 +00:00
WhiredPlanck
a35e1550dd Update zh_CN.po 2021-02-04 17:01:09 +00:00
Marek Materzok
10f644ea19 Fix Polish translation for zero-padding. 2021-02-04 17:00:57 +00:00
luzpaz
98d3e91452
Fix typos (user facing and non-user facing) (#733)
Found via `codespell`
2021-01-28 12:36:41 +00:00
luzpaz
7a3bdcf3f2
Fix typos (user facing and non-user facing) (#727)
Found via `codespell v2.1.dev0`  
`codespell -q 3 -S *.po,./lib-src -L parm,parms,toke`
2021-01-24 09:46:08 +00:00
Leland Lucius
171d8cf26c Bug 2613 - Selection bar sample display incorrect in German
This changes the way the decimal point is specified in the
PO files...uses '<' for "," and ">" for ".".

By doing this the translator is free to use "." or "," in the
digits fields as their language requires.
2021-01-12 19:19:44 -06:00
James Crook
b8188714db Fix Spanish translation of 'Save Project' 2020-11-05 17:04:00 +00:00
James Crook
d5db667f29 Add four inactive translations from Transifex 2020-11-02 16:23:33 +00:00
Michele Locati
7aff2e3e94
Let users update audacity.pot only (#686)
* Exit the update_po_files.sh in case of errors

* Let users update audacity.pot only

This can be done by calling
AUDACITY_ONLY_POT=y ./update_po_files.sh
2020-11-01 18:56:39 +00:00
Grzegorz Pruchniakowski
d7b333ac41
Update Polish Translation from Transifex - fixes
Update Polish Translation from Transifex - fixes

Greetings,
Gootector
2020-09-24 06:56:20 +02:00
Olivier Humbert
5c719e8d65
Update French translation (#641)
* Update French translation

* a few typos fixes in the French translation
2020-08-10 14:56:27 +01:00
Leland Lucius
c1407cdca9 Force use of our wxWidgets and fix RPATH handling 2020-07-05 13:39:57 -05:00
Seanán Ó Coistín
1e9fe1c954 Update Irish Translation 2020-06-18 23:08:35 +01:00
Grzegorz Pruchniakowski
fdcaff90ac
Update Polish Translation (2 string fixes) (#578)
Two fixes, dźwięku and uzyskać.
2020-06-18 15:15:20 +01:00
Antonio Paniagua Navarro
ceaa29187b Update Spanish Translation 2020-06-18 12:45:28 +01:00
Hussam al-Homsi
f74dcb7ca6 Update Arabic Translation 2020-06-18 12:44:34 +01:00
Dimitris Spingos
660426294a Update Greek Translation 2020-06-17 22:18:48 +01:00
Bruno Ramalhete
e9099afdb2 Update Portuguese Translation 2020-06-17 22:17:40 +01:00
Hwanyong Lee (Ajou)
c4a71f05bc Update Korean Translation 2020-06-17 22:16:44 +01:00
Grzegorz Pruchniakowski
8784689c1f
Update Polish Translation (#576)
Update Polish Translation from Transifex

Greetings,
Gootector
2020-06-17 12:39:23 +01:00
pafri
24f1a2c877
Update cs.po (#575)
Update Czech Translation.
2020-06-16 16:21:16 +01:00
Nikitich
85ed4abbca Update Russian Translation 2020-06-10 10:19:22 +01:00