l10n: sv
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## <a id="unreleased"></a>[Unreleased]
|
## <a id="unreleased"></a>[Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Swedish translation (thanks Shift18, Andreas Håll)
|
||||||
|
|
||||||
## <a id="v1.11.9"></a>[v1.11.9] - 2024-08-07
|
## <a id="v1.11.9"></a>[v1.11.9] - 2024-08-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
BIN
fastlane/metadata/android/sv/images/featureGraphic.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
fastlane/metadata/android/sv/images/phoneScreenshots/1.png
Normal file
After Width: | Height: | Size: 281 KiB |
BIN
fastlane/metadata/android/sv/images/phoneScreenshots/2.png
Normal file
After Width: | Height: | Size: 496 KiB |
BIN
fastlane/metadata/android/sv/images/phoneScreenshots/3.png
Normal file
After Width: | Height: | Size: 200 KiB |
BIN
fastlane/metadata/android/sv/images/phoneScreenshots/4.png
Normal file
After Width: | Height: | Size: 116 KiB |
BIN
fastlane/metadata/android/sv/images/phoneScreenshots/5.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
fastlane/metadata/android/sv/images/phoneScreenshots/6.png
Normal file
After Width: | Height: | Size: 326 KiB |
BIN
fastlane/metadata/android/sv/images/phoneScreenshots/7.png
Normal file
After Width: | Height: | Size: 335 KiB |
|
@ -96,6 +96,9 @@ class Contributors {
|
||||||
Contributor('Stephan Paternotte', 'stephan@paternottes.net'),
|
Contributor('Stephan Paternotte', 'stephan@paternottes.net'),
|
||||||
Contributor('Tung Anh', 'buihuutunganh2007@gmail.com'),
|
Contributor('Tung Anh', 'buihuutunganh2007@gmail.com'),
|
||||||
Contributor('Adrien N', 'adriennathaniel1999@gmail.com'),
|
Contributor('Adrien N', 'adriennathaniel1999@gmail.com'),
|
||||||
|
Contributor('Shift18', 'bribable.lawyer@posteo.net'),
|
||||||
|
Contributor('Andreas Håll', 'ante_skalman@hotmail.com'),
|
||||||
|
Contributor('Scorza9999', 'oliva.scorza@gmail.com'),
|
||||||
// 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
|
||||||
|
@ -113,8 +116,6 @@ class Contributors {
|
||||||
// Contributor('Subham Jena', 'subhamjena8465@gmail.com'), // Odia
|
// Contributor('Subham Jena', 'subhamjena8465@gmail.com'), // Odia
|
||||||
// Contributor('Prasanta-Hembram', 'Prasantahembram720@gmail.com'), // Santali
|
// Contributor('Prasanta-Hembram', 'Prasantahembram720@gmail.com'), // Santali
|
||||||
// Contributor('mytja', 'mamnju21@gmail.com'), // Slovenian
|
// Contributor('mytja', 'mamnju21@gmail.com'), // Slovenian
|
||||||
// Contributor('Shift18', 'bribable.lawyer@posteo.net'), // Swedish
|
|
||||||
// Contributor('Andreas Håll', 'ante_skalman@hotmail.com'), // Swedish
|
|
||||||
// Contributor('Nattapong K', 'mixer5056@gmail.com'), // Thai
|
// Contributor('Nattapong K', 'mixer5056@gmail.com'), // Thai
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -71,7 +71,6 @@ class AvesApp extends StatefulWidget {
|
||||||
'or', // Odia
|
'or', // Odia
|
||||||
'sat', // Santali
|
'sat', // Santali
|
||||||
'sl', // Slovenian
|
'sl', // Slovenian
|
||||||
'sv', // Swedish
|
|
||||||
'th', // Thai
|
'th', // Thai
|
||||||
}.map(Locale.new).toSet();
|
}.map(Locale.new).toSet();
|
||||||
static final List<Locale> supportedLocales = AppLocalizations.supportedLocales.where((v) => !_unsupportedLocales.contains(v)).toList();
|
static final List<Locale> supportedLocales = AppLocalizations.supportedLocales.where((v) => !_unsupportedLocales.contains(v)).toList();
|
||||||
|
|
|
@ -29,6 +29,7 @@ class SupportedLocales {
|
||||||
'ro': 'Română',
|
'ro': 'Română',
|
||||||
'ru': 'Русский',
|
'ru': 'Русский',
|
||||||
'sk': 'Slovenčina',
|
'sk': 'Slovenčina',
|
||||||
|
'sv': 'Svenska',
|
||||||
'tr': 'Türkçe',
|
'tr': 'Türkçe',
|
||||||
'uk': 'Українська',
|
'uk': 'Українська',
|
||||||
'vi': 'Tiếng Việt',
|
'vi': 'Tiếng Việt',
|
||||||
|
|