Skip to content

Commit

Permalink
feat: add localizations for Urdu (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidalibacha authored Nov 10, 2024
1 parent 17bf687 commit f5236a5
Show file tree
Hide file tree
Showing 28 changed files with 1,188 additions and 105 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,33 @@
## 1.0.13

* Add localizations for Urdu
* Update readme

## 1.0.12

* Fix translation in Vietnamese
* Add localizations for Hebrew
* Upgrade dependency

## 1.0.11

* Added localizations for vi

## 1.0.10

* Added localizations for Korean

## 1.0.9
* Fix translation in portugese

* Fix translation in Portuguese

## 1.0.8

* Fix translation el
* Update readme
* Update readme

## 1.0.7

* Fix missing localizations
* Use newer version of circle_flags
* Add readme note about overwriting flags
Expand All @@ -29,7 +40,7 @@
## 1.0.5

* Added missing localizations for pt and ru
* Upgraded phone_numbers_parser
* Upgraded phone_numbers_parser

## 1.0.4

Expand Down
60 changes: 29 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@ Country selector of the phone_form_field package exported in its own package.

## Features

- localization: lots of supported languages
- semantics applied
- localization: lots of supported languages
- semantics applied

## Demo


Demo available here: https://cedvdb.github.io/flutter_country_selector/
Demo available here: <https://cedvdb.github.io/flutter_country_selector/>

![](https://github.com/cedvdb/flutter_country_selector/blob/main/demo.gif?raw=true)


## Usage

Use `CountrySelector.page` if you need to show the selector inside a widget that is full screen. If you need to show the selector inside a modal of some sort, use `CountrySelector.sheet` instead.
Expand All @@ -28,6 +26,7 @@ Navigator.of(context).push(
),
)
```

## Localization

### Dynamic localization
Expand All @@ -36,29 +35,30 @@ Use `CountrySelectorLocalization.of(context)?.countryName(isoCode)` when you nee

### Supported languages

- ar
- de
- el
- en
- es
- fa
- fr
- he
- hi
- hu
- it
- ko
- ku
- nb
- nl
- pt
- ru
- sv
- tr
- uk
- uz
- vi
- zh
- ar
- de
- el
- en
- es
- fa
- fr
- he
- hi
- hu
- it
- ko
- ku
- nb
- nl
- pt
- ru
- sv
- tr
- uk
- ur
- uz
- vi
- zh

### Setup

Expand All @@ -79,8 +79,6 @@ const MaterialApp(
)
```



# Overwriting or adding custom flags

Some users have expressed their need to change some flags due to political reasons, or stylistic reasons. You might also wish to add your own flags. To do so refer to this issue: https://github.com/cedvdb/phone_form_field/issues/222
Some users have expressed their need to change some flags due to political reasons, or stylistic reasons. You might also wish to add your own flags. To do so refer to this issue: <https://github.com/cedvdb/phone_form_field/issues/222>
Loading

0 comments on commit f5236a5

Please sign in to comment.