This commit is contained in:
Thibault Deckers 2025-01-05 15:08:32 +01:00
parent 0685bc2a95
commit ecbbd3b459
12 changed files with 5 additions and 4 deletions

View file

@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
### Added ### Added
- dynamic album decompose action - dynamic album decompose action
- Danish translation (thanks Grooty12, Victor M, cat)
## <a id="v1.12.0"></a>[v1.12.0] - 2024-12-19 ## <a id="v1.12.0"></a>[v1.12.0] - 2024-12-19

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 KiB

View file

@ -121,13 +121,13 @@ class Contributors {
Contributor('Priit Jõerüüt', 'hwlate@joeruut.com'), Contributor('Priit Jõerüüt', 'hwlate@joeruut.com'),
Contributor('Dr Hieu', 'v7pvas7m@anonaddy.com'), Contributor('Dr Hieu', 'v7pvas7m@anonaddy.com'),
Contributor('Saúl Palacios', 'palacios22c@gmail.com'), Contributor('Saúl Palacios', 'palacios22c@gmail.com'),
Contributor('Grooty12', 'Rasmus@rosendahl-kaa.name'),
Contributor('Victor M', 'victormorita@tuta.io'),
Contributor('cat', 'catsnote@proton.me'),
// Contributor('Femini', 'nizamismidov4@gmail.com'), // Azerbaijani // Contributor('Femini', 'nizamismidov4@gmail.com'), // Azerbaijani
// Contributor('Alvi Khan', 'aveenalvi@gmail.com'), // Bengali // Contributor('Alvi Khan', 'aveenalvi@gmail.com'), // Bengali
// Contributor('Htet Oo Hlaing', 'htetoh2006@outlook.com'), // Burmese // Contributor('Htet Oo Hlaing', 'htetoh2006@outlook.com'), // Burmese
// Contributor('Khant', 'khant@users.noreply.hosted.weblate.org'), // Burmese // Contributor('Khant', 'khant@users.noreply.hosted.weblate.org'), // Burmese
// Contributor('Grooty12', 'Rasmus@rosendahl-kaa.name'), // Danish
// Contributor('Victor M', 'victormorita@tuta.io'), // Danish
// Contributor('cat', 'catsnote@proton.me'), // Danish
// Contributor('Åzze', 'laitinen.jere222@gmail.com'), // Finnish // Contributor('Åzze', 'laitinen.jere222@gmail.com'), // Finnish
// Contributor('Olli', 'ollinen@ollit.dev'), // Finnish // Contributor('Olli', 'ollinen@ollit.dev'), // Finnish
// Contributor('Idj', 'joneltmp+goahn@gmail.com'), // Hebrew // Contributor('Idj', 'joneltmp+goahn@gmail.com'), // Hebrew

View file

@ -67,7 +67,6 @@ class AvesApp extends StatefulWidget {
'az', // Azerbaijani 'az', // Azerbaijani
'bn', // Bengali 'bn', // Bengali
'ckb', // Kurdish (Central) 'ckb', // Kurdish (Central)
'da', // Danish
'fi', // Finnish 'fi', // Finnish
'gl', // Galician 'gl', // Galician
'he', // Hebrew 'he', // Hebrew

View file

@ -8,6 +8,7 @@ class SupportedLocales {
'bg': 'Български', 'bg': 'Български',
'ca': 'Català', 'ca': 'Català',
'cs': 'Čeština', 'cs': 'Čeština',
'da': 'Dansk',
'de': 'Deutsch', 'de': 'Deutsch',
'el': 'Ελληνικά', 'el': 'Ελληνικά',
'en': 'English', 'en': 'English',