This commit is contained in:
Thibault Deckers 2023-10-16 00:58:08 +02:00
parent d1f2510f95
commit 4474f0259c
11 changed files with 4 additions and 3 deletions

View file

@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
### Added
- Slovak translation (thanks Martin Frandel, Milan Šalka)
- Vietnamese translation (thanks ngocanhtve, Le Nhut Binh)
### Changed

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB

View file

@ -60,6 +60,8 @@ class Contributors {
Contributor('yangyangdaji', '1504305527@qq.com'),
Contributor('ngocanhtve', 'ngocanh.tve@gmail.com'),
Contributor('Le Nhut Binh', 'bebinh2202@gmail.com'),
Contributor('Martin Frandel', 'martinko.fr@gmail.com'),
Contributor('Milan Šalka', 'salka.milan@googlemail.com'),
// Contributor('SAMIRAH AIL', 'samiratalzahrani@gmail.com'), // Arabic
// Contributor('Salih Ail', 'rrrfff444@gmail.com'), // Arabic
// Contributor('nasreddineloukriz', 'nasreddineloukriz@gmail.com'), // Arabic
@ -77,8 +79,6 @@ class Contributors {
// Contributor('Subham Jena', 'subhamjena8465@gmail.com'), // Odia
// Contributor('امیر جهانگرد', 'ijahangard.a@gmail.com'), // Persian
// Contributor('slasb37', 'p84haghi@gmail.com'), // Persian
// Contributor('Martin Frandel', 'martinko.fr@gmail.com'), // Slovak
// Contributor('Milan Šalka', 'salka.milan@googlemail.com'), // Slovak
// Contributor('mytja', 'mamnju21@gmail.com'), // Slovenian
// Contributor('Nattapong K', 'mixer5056@gmail.com'), // Thai
};

View file

@ -71,7 +71,6 @@ class AvesApp extends StatefulWidget {
'ml', // Malayalam
'my', // Burmese
'or', // Odia
'sk', // Slovak
'sl', // Slovenian
'th', // Thai
}.map(Locale.new).toSet();

View file

@ -23,6 +23,7 @@ class SupportedLocales {
'pt': 'Português (Brasil)',
'ro': 'Română',
'ru': 'Русский',
'sk': 'Slovenčina',
'tr': 'Türkçe',
'uk': 'Українська',
'vi': 'Tiếng Việt',