Merge remote-tracking branch 'origin/develop' into develop
|
@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Countries: show states for Mexico
|
- Countries: show states for Mexico
|
||||||
|
- Estonian translation (thanks Priit Jõerüüt)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
BIN
fastlane/metadata/android/et/images/featureGraphic.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
fastlane/metadata/android/et/images/phoneScreenshots/1.png
Normal file
After Width: | Height: | Size: 282 KiB |
BIN
fastlane/metadata/android/et/images/phoneScreenshots/2.png
Normal file
After Width: | Height: | Size: 497 KiB |
BIN
fastlane/metadata/android/et/images/phoneScreenshots/3.png
Normal file
After Width: | Height: | Size: 140 KiB |
BIN
fastlane/metadata/android/et/images/phoneScreenshots/4.png
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
fastlane/metadata/android/et/images/phoneScreenshots/5.png
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
fastlane/metadata/android/et/images/phoneScreenshots/6.png
Normal file
After Width: | Height: | Size: 325 KiB |
BIN
fastlane/metadata/android/et/images/phoneScreenshots/7.png
Normal file
After Width: | Height: | Size: 337 KiB |
|
@ -118,13 +118,13 @@ class Contributors {
|
||||||
Contributor('தமிழ்நேரம்', 'anishprabu.t@gmail.com'),
|
Contributor('தமிழ்நேரம்', 'anishprabu.t@gmail.com'),
|
||||||
Contributor('bovirus', 'roberto.boriotti@canon.it'),
|
Contributor('bovirus', 'roberto.boriotti@canon.it'),
|
||||||
Contributor('Максим Горпиніч', 'mgorpinic2005@gmail.com'),
|
Contributor('Максим Горпиніч', 'mgorpinic2005@gmail.com'),
|
||||||
|
Contributor('Priit Jõerüüt', 'hwlate@joeruut.com'),
|
||||||
// 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('Grooty12', 'Rasmus@rosendahl-kaa.name'), // Danish
|
||||||
// Contributor('Victor M', 'victormorita@tuta.io'), // Danish
|
// Contributor('Victor M', 'victormorita@tuta.io'), // Danish
|
||||||
// Contributor('Priit Jõerüüt', 'hwlate@joeruut.com'), // Estonian
|
|
||||||
// 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
|
||||||
|
|
|
@ -68,7 +68,6 @@ class AvesApp extends StatefulWidget {
|
||||||
'bn', // Bengali
|
'bn', // Bengali
|
||||||
'ckb', // Kurdish (Central)
|
'ckb', // Kurdish (Central)
|
||||||
'da', // Danish
|
'da', // Danish
|
||||||
'et', // Estonian
|
|
||||||
'fi', // Finnish
|
'fi', // Finnish
|
||||||
'gl', // Galician
|
'gl', // Galician
|
||||||
'he', // Hebrew
|
'he', // Hebrew
|
||||||
|
|
|
@ -13,6 +13,7 @@ class SupportedLocales {
|
||||||
'en': 'English',
|
'en': 'English',
|
||||||
'en_Shaw': '𐑦𐑙𐑜𐑤𐑦𐑖 (𐑖𐑱𐑝𐑰𐑩𐑯)',
|
'en_Shaw': '𐑦𐑙𐑜𐑤𐑦𐑖 (𐑖𐑱𐑝𐑰𐑩𐑯)',
|
||||||
'es': 'Español (México)',
|
'es': 'Español (México)',
|
||||||
|
'et': 'Eesti',
|
||||||
'eu': 'Euskara',
|
'eu': 'Euskara',
|
||||||
'fa': 'فارسی',
|
'fa': 'فارسی',
|
||||||
'fr': 'Français',
|
'fr': 'Français',
|
||||||
|
|