l10n: sk
|
@ -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
|
||||
|
|
BIN
fastlane/metadata/android/sk/images/phoneScreenshots/1.png
Normal file
After Width: | Height: | Size: 281 KiB |
BIN
fastlane/metadata/android/sk/images/phoneScreenshots/2.png
Normal file
After Width: | Height: | Size: 498 KiB |
BIN
fastlane/metadata/android/sk/images/phoneScreenshots/3.png
Normal file
After Width: | Height: | Size: 203 KiB |
BIN
fastlane/metadata/android/sk/images/phoneScreenshots/4.png
Normal file
After Width: | Height: | Size: 108 KiB |
BIN
fastlane/metadata/android/sk/images/phoneScreenshots/5.png
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
fastlane/metadata/android/sk/images/phoneScreenshots/6.png
Normal file
After Width: | Height: | Size: 341 KiB |
BIN
fastlane/metadata/android/sk/images/phoneScreenshots/7.png
Normal file
After Width: | Height: | Size: 347 KiB |
|
@ -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
|
||||
};
|
||||
|
|
|
@ -71,7 +71,6 @@ class AvesApp extends StatefulWidget {
|
|||
'ml', // Malayalam
|
||||
'my', // Burmese
|
||||
'or', // Odia
|
||||
'sk', // Slovak
|
||||
'sl', // Slovenian
|
||||
'th', // Thai
|
||||
}.map(Locale.new).toSet();
|
||||
|
|
|
@ -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',
|
||||
|
|