Skip to content

Releases: aardappel/treesheets

3622980953

05 Dec 18:50
760a64f
Compare
Choose a tag to compare
pt_BR: update translation and tutorial (#295)

3617333865

05 Dec 06:02
08bbc84
Compare
Choose a tag to compare
Add "Copy Image to clipboard" functionality (#294)

3542388048

24 Nov 16:56
b95e8e0
Compare
Choose a tag to compare
Correct translation mistake (#291)

Small fix but huge semantic correction

3530011628

23 Nov 07:29
f98446f
Compare
Choose a tag to compare
Init translate french (#290)

3464317753

14 Nov 19:05
93bf57d
Compare
Choose a tag to compare
pt_BR translation: fix UI keyboard shortcut... (#288)

... and update tutorial.

3464304257

14 Nov 19:06
93bf57d
Compare
Choose a tag to compare
pt_BR translation: fix UI keyboard shortcut... (#288)

... and update tutorial.

3448886218

12 Nov 00:58
9488140
Compare
Choose a tag to compare
Sync pt_BR tutorial with UI translation (#286)

Also improve writing.

3447558258

11 Nov 19:52
d0e582a
Compare
Choose a tag to compare
More specific loading of the localized tutorial (#285)

* More specific loading of the localized tutorial

First try and load the file ending with the five-letter canonical form of the current locale name, e.g. `tutorial-pt_BR.cts`.
Failing that, try and load the file ending with the two-letter canonical form of the current locale name, e.g. `tutorial-pt.cts`.
Failing that, just load `tutorial.cts`, and be done with it.

* Make `LoadTut()` work when `lang` is empty

3440824415

10 Nov 22:24
f6beea1
Compare
Choose a tag to compare
pt_BR: add tutorial and update translation (#284)

3438845449

10 Nov 17:16
bf0f54d
Compare
Choose a tag to compare
Change multiline string literals `xgettext` misses (#281)

* Change multiline string literals `xgettext` misses

Fixed as described in the [Audacity wiki](https://wiki.audacityteam.org/wiki/Translating_Audacity/Writing_Translatable_Code#Dealing_with_Long_Strings).

* Change multiline strings into single lines