diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a91a5711..7222c8882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ### Added - dynamic album decompose action +- Danish translation (thanks Grooty12, Victor M, cat) ## <a id="v1.12.0"></a>[v1.12.0] - 2024-12-19 diff --git a/fastlane/metadata/android/da/images/featureGraphic.png b/fastlane/metadata/android/da/images/featureGraphic.png new file mode 100644 index 000000000..2d8ec0710 Binary files /dev/null and b/fastlane/metadata/android/da/images/featureGraphic.png differ diff --git a/fastlane/metadata/android/da/images/phoneScreenshots/1.png b/fastlane/metadata/android/da/images/phoneScreenshots/1.png new file mode 100644 index 000000000..a50c34388 Binary files /dev/null and b/fastlane/metadata/android/da/images/phoneScreenshots/1.png differ diff --git a/fastlane/metadata/android/da/images/phoneScreenshots/2.png b/fastlane/metadata/android/da/images/phoneScreenshots/2.png new file mode 100644 index 000000000..b7aa1ab3f Binary files /dev/null and b/fastlane/metadata/android/da/images/phoneScreenshots/2.png differ diff --git a/fastlane/metadata/android/da/images/phoneScreenshots/3.png b/fastlane/metadata/android/da/images/phoneScreenshots/3.png new file mode 100644 index 000000000..35337ada2 Binary files /dev/null and b/fastlane/metadata/android/da/images/phoneScreenshots/3.png differ diff --git a/fastlane/metadata/android/da/images/phoneScreenshots/4.png b/fastlane/metadata/android/da/images/phoneScreenshots/4.png new file mode 100644 index 000000000..6adfc9ef3 Binary files /dev/null and b/fastlane/metadata/android/da/images/phoneScreenshots/4.png differ diff --git a/fastlane/metadata/android/da/images/phoneScreenshots/5.png b/fastlane/metadata/android/da/images/phoneScreenshots/5.png new file mode 100644 index 000000000..47d254adb Binary files /dev/null and b/fastlane/metadata/android/da/images/phoneScreenshots/5.png differ diff --git a/fastlane/metadata/android/da/images/phoneScreenshots/6.png b/fastlane/metadata/android/da/images/phoneScreenshots/6.png new file mode 100644 index 000000000..751b6a517 Binary files /dev/null and b/fastlane/metadata/android/da/images/phoneScreenshots/6.png differ diff --git a/fastlane/metadata/android/da/images/phoneScreenshots/7.png b/fastlane/metadata/android/da/images/phoneScreenshots/7.png new file mode 100644 index 000000000..209f9608f Binary files /dev/null and b/fastlane/metadata/android/da/images/phoneScreenshots/7.png differ diff --git a/lib/model/app/contributors.dart b/lib/model/app/contributors.dart index 9b747312b..6d20f337d 100644 --- a/lib/model/app/contributors.dart +++ b/lib/model/app/contributors.dart @@ -121,13 +121,13 @@ class Contributors { Contributor('Priit Jõerüüt', 'hwlate@joeruut.com'), Contributor('Dr Hieu', 'v7pvas7m@anonaddy.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('Alvi Khan', 'aveenalvi@gmail.com'), // Bengali // Contributor('Htet Oo Hlaing', 'htetoh2006@outlook.com'), // 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('Olli', 'ollinen@ollit.dev'), // Finnish // Contributor('Idj', 'joneltmp+goahn@gmail.com'), // Hebrew diff --git a/lib/widgets/aves_app.dart b/lib/widgets/aves_app.dart index 8cf931107..e574d93d5 100644 --- a/lib/widgets/aves_app.dart +++ b/lib/widgets/aves_app.dart @@ -67,7 +67,6 @@ class AvesApp extends StatefulWidget { 'az', // Azerbaijani 'bn', // Bengali 'ckb', // Kurdish (Central) - 'da', // Danish 'fi', // Finnish 'gl', // Galician 'he', // Hebrew diff --git a/lib/widgets/settings/language/locales.dart b/lib/widgets/settings/language/locales.dart index cbcfd9720..bba50e386 100644 --- a/lib/widgets/settings/language/locales.dart +++ b/lib/widgets/settings/language/locales.dart @@ -8,6 +8,7 @@ class SupportedLocales { 'bg': 'Български', 'ca': 'Català', 'cs': 'Čeština', + 'da': 'Dansk', 'de': 'Deutsch', 'el': 'Ελληνικά', 'en': 'English',