Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #3522

Merged
merged 35 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f9598d7
filters: Introduce `__set_filter`
EmoonX Jan 19, 2025
45c1e5d
filters: Use `__set_filter` private method to every function
EmoonX Jan 19, 2025
2b484a1
backend: Add support for MIDI SoundFont
EmoonX Jan 19, 2025
6a79049
frontend: Add support for MIDI SoundFont
EmoonX Jan 19, 2025
225849b
chore: Bump requirements and update pypi-deps
EmoonX Jan 19, 2025
7cbed26
Translated using Weblate (Portuguese)
hugok79 Oct 7, 2024
c5cd0ea
Translated using Weblate (Hebrew)
Oct 17, 2024
db7befb
Translated using Weblate (Hebrew)
Oct 19, 2024
9f922e5
Translated using Weblate (Czech)
AsciiWolf Oct 26, 2024
6def973
Translated using Weblate (Lithuanian)
Oct 26, 2024
531d99b
Added translation using Weblate (Irish)
aindriu80 Oct 27, 2024
dc77ac0
Translated using Weblate (Irish)
aindriu80 Oct 27, 2024
4b7f497
Translated using Weblate (Czech)
GearCzech Oct 29, 2024
ebda870
Translated using Weblate (Hebrew)
yarons Nov 5, 2024
d9d9f86
Translated using Weblate (Czech)
vikdevelop Nov 28, 2024
37f579d
Translated using Weblate (Italian)
albanobattistella Dec 13, 2024
171f734
Translated using Weblate (Indonesian)
arifpedia Dec 15, 2024
1d70e23
Translated using Weblate (Czech)
vikdevelop Dec 19, 2024
a6174fe
Translated using Weblate (Portuguese)
avlis84 Dec 23, 2024
252bd04
Translated using Weblate (Belarusian)
Dec 27, 2024
303cb5e
Added translation using Weblate (Georgian)
NorwayFun Dec 27, 2024
a78d2ad
Translated using Weblate (Georgian)
NorwayFun Dec 27, 2024
774e3b4
Translated using Weblate (Persian)
danialbehzadi Dec 28, 2024
9d6807a
Translated using Weblate (Persian)
danialbehzadi Dec 28, 2024
0b11944
Translated using Weblate (German)
fschaupp Dec 29, 2024
1fe86ac
Translated using Weblate (Portuguese)
dpsiqueira95 Dec 29, 2024
5990a2c
Translated using Weblate (Portuguese (Brazil))
lucasmz-dev Dec 29, 2024
77cd99e
Translated using Weblate (Vietnamese)
rezarria Jan 8, 2025
4f95335
Translated using Weblate (Polish)
Jan 10, 2025
9fa5406
Translated using Weblate (Hungarian)
meskobalazs Jan 11, 2025
7a4b444
Translated using Weblate (Finnish)
Ricky-Tigg Jan 14, 2025
59e9353
Translated using Weblate (Portuguese (Brazil))
johnpetersa19 Jan 15, 2025
a9f71ff
Translated using Weblate (Russian)
NaumovSN Jan 15, 2025
4741c94
Translated using Weblate (Polish)
Jan 15, 2025
da8823d
Merge branch 'main' into weblate-bottles-bottles
mirkobrombin Jan 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bottles/backend/utils/midi.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


class FluidSynth:
"""FluidSynth instance bound to a unique SoundFont (.sf2, .sf3) file path."""
"""FluidSynth instance bounded to a unique SoundFont (.sf2, .sf3) file."""

__active_instances: dict[int, Self] = {}

Expand Down
2 changes: 2 additions & 0 deletions po/LINGUAS
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ be
ie
az
bs
ga
ka
Loading
Loading