Skip to content

Commit

Permalink
v.8.1.1 (#204)
Browse files Browse the repository at this point in the history
* Fix the arabic translation and add the persian translation (#180)

* Fix the arabic translation

* Add the persian translation

* change Turkey to Türkiye (#186)

Co-authored-by: ferdogan <[email protected]>

* fix libya arabic and english name (#189)

* The Uzbek language package has been added (#192)

* Create uz.arb

* Update uz.arb

* change lang

* bug fix

* Update README.md (#193)

* FEAT: show selected country iso code feature implemented (#190)

Co-authored-by: Hemant <[email protected]>

* set autofocus to false in example

* feat: add parameter onTapOutside (#195)

* feat: add Norwegian language (#203)

* feat: add Norwegian language

* docs: add `nb` language to README

* v8.1.1

---------

Co-authored-by: farzadaqajani <[email protected]>
Co-authored-by: Fatih <[email protected]>
Co-authored-by: ferdogan <[email protected]>
Co-authored-by: Mohaned Benmesken <[email protected]>
Co-authored-by: Akbarali <[email protected]>
Co-authored-by: Hemant Paneru HP <[email protected]>
Co-authored-by: Hemant <[email protected]>
Co-authored-by: Andres Garcia <[email protected]>
Co-authored-by: Tautvydas Šidlauskas <[email protected]>
  • Loading branch information
10 people committed Dec 7, 2023
1 parent 11e91fe commit 0005f21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/l10n/generated/phone_field_localization_uz.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class PhoneFieldLocalizationUz extends PhoneFieldLocalization {
String get invalidMobilePhoneNumber => 'Telfon raqami noto‘g‘ri';

@override
String get invalidFixedLinePhoneNumber => 'Ruxsat etilgan telefon raqami yaroqsiz';
String get invalidFixedLinePhoneNumber =>
'Ruxsat etilgan telefon raqami yaroqsiz';

@override
String get requiredPhoneNumber => 'Telfon raqami majburiy';
Expand Down

0 comments on commit 0005f21

Please sign in to comment.