l10n: da
|
@ -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
|
||||||
|
|
||||||
|
|
BIN
fastlane/metadata/android/da/images/featureGraphic.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
fastlane/metadata/android/da/images/phoneScreenshots/1.png
Normal file
After Width: | Height: | Size: 281 KiB |
BIN
fastlane/metadata/android/da/images/phoneScreenshots/2.png
Normal file
After Width: | Height: | Size: 496 KiB |
BIN
fastlane/metadata/android/da/images/phoneScreenshots/3.png
Normal file
After Width: | Height: | Size: 135 KiB |
BIN
fastlane/metadata/android/da/images/phoneScreenshots/4.png
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
fastlane/metadata/android/da/images/phoneScreenshots/5.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
fastlane/metadata/android/da/images/phoneScreenshots/6.png
Normal file
After Width: | Height: | Size: 325 KiB |
BIN
fastlane/metadata/android/da/images/phoneScreenshots/7.png
Normal file
After Width: | Height: | Size: 336 KiB |
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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',
|
||||||
|
|