This commit is contained in:
Thibault Deckers 2024-08-18 20:51:00 +02:00
parent 5a5ddab301
commit 030133d274
12 changed files with 8 additions and 3 deletions

View file

@ -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

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: 200 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 KiB

View file

@ -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
}; };
} }

View file

@ -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();

View file

@ -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',