intl_phone_picker 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +23 -30
- data/.gitignore +0 -9
- data/CHANGELOG.md +0 -34
- data/Gemfile +0 -4
- data/LICENSE.txt +0 -23
- data/README.md +0 -82
- data/Rakefile +0 -2
- data/bin/console +0 -14
- data/bin/setup +0 -7
- data/config/locales/fr.yml +0 -234
- data/config/locales/us.yml +0 -231
- data/intl_phone_picker.gemspec +0 -30
- data/lib/intl_phone_picker.rb +0 -3
- data/lib/intl_phone_picker/activerecord_helpers.rb +0 -15
- data/lib/intl_phone_picker/railtie.rb +0 -16
- data/lib/intl_phone_picker/version.rb +0 -3
- data/lib/intl_phone_picker/view_helpers.rb +0 -15
- data/vendor/assets/images/flags.png +0 -0
- data/vendor/assets/javascripts/intlTelInput.js +0 -1007
- data/vendor/assets/javascripts/intlTelInputLang.js +0 -27
- data/vendor/assets/javascripts/libphonenumber/utils.js +0 -480
- data/vendor/assets/stylesheets/intlTelInput.css +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4c5c939838dfaa11a0d28879745453c6b92ad77
|
4
|
+
data.tar.gz: 83aaba3b55dd00917f99620a4e29033295c62692
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3410bf297f6a923545f9d5bae26fe3377370ff127de922fa2100bc5681bef447583463c4e2738b7cddaad70dcb4635363a97fdf8e753fb493399acc3a9d66058
|
7
|
+
data.tar.gz: 9d9763114eb3c4151642242d873fe9440bea8814b1f9bc00c48327b2898ab6a970d52c7ab446049556b3e4f3ba6d39a4e614929b763c176caa6a3b31ba33b6de
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: intl_phone_picker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- |+
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2015-06
|
13
|
+
date: 2015-11-06 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
@@ -40,34 +40,48 @@ dependencies:
|
|
40
40
|
- - "~>"
|
41
41
|
- !ruby/object:Gem::Version
|
42
42
|
version: '10.0'
|
43
|
+
- !ruby/object:Gem::Dependency
|
44
|
+
name: minitest
|
45
|
+
requirement: !ruby/object:Gem::Requirement
|
46
|
+
requirements:
|
47
|
+
- - ">="
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: '0'
|
50
|
+
type: :development
|
51
|
+
prerelease: false
|
52
|
+
version_requirements: !ruby/object:Gem::Requirement
|
53
|
+
requirements:
|
54
|
+
- - ">="
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: '0'
|
43
57
|
- !ruby/object:Gem::Dependency
|
44
58
|
name: railties
|
45
59
|
requirement: !ruby/object:Gem::Requirement
|
46
60
|
requirements:
|
47
61
|
- - ">="
|
48
62
|
- !ruby/object:Gem::Version
|
49
|
-
version:
|
63
|
+
version: '3.1'
|
50
64
|
type: :runtime
|
51
65
|
prerelease: false
|
52
66
|
version_requirements: !ruby/object:Gem::Requirement
|
53
67
|
requirements:
|
54
68
|
- - ">="
|
55
69
|
- !ruby/object:Gem::Version
|
56
|
-
version:
|
70
|
+
version: '3.1'
|
57
71
|
- !ruby/object:Gem::Dependency
|
58
|
-
name:
|
72
|
+
name: sass-rails
|
59
73
|
requirement: !ruby/object:Gem::Requirement
|
60
74
|
requirements:
|
61
75
|
- - ">="
|
62
76
|
- !ruby/object:Gem::Version
|
63
|
-
version:
|
77
|
+
version: '0'
|
64
78
|
type: :runtime
|
65
79
|
prerelease: false
|
66
80
|
version_requirements: !ruby/object:Gem::Requirement
|
67
81
|
requirements:
|
68
82
|
- - ">="
|
69
83
|
- !ruby/object:Gem::Version
|
70
|
-
version:
|
84
|
+
version: '0'
|
71
85
|
description: IntlPhonePicker is a ruby gem which allow you to change your html5 "tel"
|
72
86
|
fields into jQuery international phone number pickers.
|
73
87
|
email:
|
@@ -75,28 +89,7 @@ email:
|
|
75
89
|
executables: []
|
76
90
|
extensions: []
|
77
91
|
extra_rdoc_files: []
|
78
|
-
files:
|
79
|
-
- ".gitignore"
|
80
|
-
- CHANGELOG.md
|
81
|
-
- Gemfile
|
82
|
-
- LICENSE.txt
|
83
|
-
- README.md
|
84
|
-
- Rakefile
|
85
|
-
- bin/console
|
86
|
-
- bin/setup
|
87
|
-
- config/locales/fr.yml
|
88
|
-
- config/locales/us.yml
|
89
|
-
- intl_phone_picker.gemspec
|
90
|
-
- lib/intl_phone_picker.rb
|
91
|
-
- lib/intl_phone_picker/activerecord_helpers.rb
|
92
|
-
- lib/intl_phone_picker/railtie.rb
|
93
|
-
- lib/intl_phone_picker/version.rb
|
94
|
-
- lib/intl_phone_picker/view_helpers.rb
|
95
|
-
- vendor/assets/images/flags.png
|
96
|
-
- vendor/assets/javascripts/intlTelInput.js
|
97
|
-
- vendor/assets/javascripts/intlTelInputLang.js
|
98
|
-
- vendor/assets/javascripts/libphonenumber/utils.js
|
99
|
-
- vendor/assets/stylesheets/intlTelInput.css
|
92
|
+
files: []
|
100
93
|
homepage: https://github.com/SeniorMedia/intl_phone_picker
|
101
94
|
licenses:
|
102
95
|
- MIT
|
@@ -117,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
117
110
|
version: '0'
|
118
111
|
requirements: []
|
119
112
|
rubyforge_project:
|
120
|
-
rubygems_version: 2.4.
|
113
|
+
rubygems_version: 2.4.8
|
121
114
|
signing_key:
|
122
115
|
specification_version: 4
|
123
116
|
summary: Internationalize your tel fields into jQuery numbers pickers
|
data/.gitignore
DELETED
data/CHANGELOG.md
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
# Version 0.0.1
|
2
|
-
|
3
|
-
- Import javascript and css libraries.
|
4
|
-
|
5
|
-
# Version 0.0.2
|
6
|
-
|
7
|
-
- Change specifications
|
8
|
-
- Automatically import 'utils.js' and 'intl_phone_picker' when include javascript
|
9
|
-
- Add France (fr) to supported countries. Credits to Harold Simpson : https://github.com/harold-s/harold-s
|
10
|
-
- Include '//= require intlTelInput_fr' to use it.
|
11
|
-
- Include '//= require intlTelInput_us' to use default english number picker.
|
12
|
-
- Phone number picker is automatically added to all 'tel' fields.
|
13
|
-
|
14
|
-
# Version 0.0.3
|
15
|
-
|
16
|
-
- Fix US and FR translations .yml files (Can bug when integrating to existing rails project)
|
17
|
-
|
18
|
-
# Version 0.0.4
|
19
|
-
|
20
|
-
- Call only one stylesheet file and one javascript file
|
21
|
-
- Helpers 'intl_phone_fr_tag' and 'intl_phone_us_tag' were created
|
22
|
-
- Only one javascript file which contains all traductions.
|
23
|
-
- Can swith switch between languages inside the same project (calling corresponding helper)
|
24
|
-
- Helpers overrides 'telephone_field_tag' (can use same attributes)
|
25
|
-
|
26
|
-
# Version 0.0.5
|
27
|
-
|
28
|
-
- Add Activerecord Helpers : 'intl_phone_input_fr' and 'intl_phone_input_us'
|
29
|
-
- Change name of view methods to 'intl_phone_tag_fr' and 'intl_phone_tag_us'
|
30
|
-
|
31
|
-
# Version 0.0.6
|
32
|
-
|
33
|
-
- Select number picker country by locale of main application
|
34
|
-
- Only 2 helpers : 'intl_phone_tag' and 'intl_phone_input'
|
data/Gemfile
DELETED
data/LICENSE.txt
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
|
-
Copyright (c) 2015 Fabien Dobat
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
|
-
of this software and associated documentation files (the "Software"), to deal
|
9
|
-
in the Software without restriction, including without limitation the rights
|
10
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
11
|
-
copies of the Software, and to permit persons to whom the Software is
|
12
|
-
furnished to do so, subject to the following conditions:
|
13
|
-
|
14
|
-
The above copyright notice and this permission notice shall be included in
|
15
|
-
all copies or substantial portions of the Software.
|
16
|
-
|
17
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
23
|
-
THE SOFTWARE.
|
data/README.md
DELETED
@@ -1,82 +0,0 @@
|
|
1
|
-
# IntlPhonePicker
|
2
|
-
|
3
|
-
https://rubygems.org/gems/intl_phone_picker
|
4
|
-
|
5
|
-
IntlPhonePicker is a ruby gem which allow you to change your html5 "tel" fields into jQuery international phone number pickers.
|
6
|
-
|
7
|
-
Feel free to contribute and add your own config translation files through pull requests !
|
8
|
-
If you want to add a tranlation file, just put it into config/locales ! Or if you can't just send us by email, we will do it for you.
|
9
|
-
|
10
|
-
Currently supported languages : US (default), FR. The gem takes the language of the locale from your project.
|
11
|
-
|
12
|
-
## Sources
|
13
|
-
|
14
|
-
- Javascript based library : https://github.com/Bluefieldscom/intl-tel-input
|
15
|
-
- Ruby based gem : https://github.com/ispyropoulos/intl-tel-input-rails
|
16
|
-
- French language generator : https://github.com/harold-s/harold-s/tree/master/intl-tel-input-french-translation
|
17
|
-
|
18
|
-
## Installation
|
19
|
-
|
20
|
-
Add this line to your application's Gemfile:
|
21
|
-
|
22
|
-
```ruby
|
23
|
-
gem 'intl_phone_picker'
|
24
|
-
```
|
25
|
-
|
26
|
-
And then execute:
|
27
|
-
|
28
|
-
$ bundle
|
29
|
-
|
30
|
-
Or install it yourself as:
|
31
|
-
|
32
|
-
$ gem install intl_phone_picker
|
33
|
-
|
34
|
-
To use javascript and stylesheet libraries you need to add :
|
35
|
-
|
36
|
-
- In application default stylesheet file :
|
37
|
-
|
38
|
-
```ruby
|
39
|
-
//= require intlTelInput
|
40
|
-
```
|
41
|
-
|
42
|
-
- In application default javascript file :
|
43
|
-
|
44
|
-
```ruby
|
45
|
-
//= require intlTelInputLang
|
46
|
-
```
|
47
|
-
|
48
|
-
- Coffeescript version :
|
49
|
-
```ruby
|
50
|
-
#= require intlTelInput
|
51
|
-
```
|
52
|
-
|
53
|
-
## Usage
|
54
|
-
|
55
|
-
- To call intlTelInput input :
|
56
|
-
```ruby
|
57
|
-
<%= intl_phone_tag([your_specific_name]) %>
|
58
|
-
```
|
59
|
-
|
60
|
-
- Example :
|
61
|
-
```ruby
|
62
|
-
<%= intl_phone_tag('test') %> # For french
|
63
|
-
```
|
64
|
-
|
65
|
-
- To use with a model (Activerecord) :
|
66
|
-
```ruby
|
67
|
-
<%= f.intl_phone_input(:phone)%>
|
68
|
-
```
|
69
|
-
|
70
|
-
## Development
|
71
|
-
|
72
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
|
73
|
-
|
74
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
75
|
-
|
76
|
-
## Contributing
|
77
|
-
|
78
|
-
1. Fork it ( https://github.com/[my-github-username]/intl_phone_picker/fork )
|
79
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
80
|
-
3. Commit your changes (`git commit -am 'Add some feature'`)
|
81
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
82
|
-
5. Create a new Pull Request
|
data/Rakefile
DELETED
data/bin/console
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require "bundler/setup"
|
4
|
-
require "intl_phone_picker"
|
5
|
-
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
8
|
-
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
-
# require "pry"
|
11
|
-
# Pry.start
|
12
|
-
|
13
|
-
require "irb"
|
14
|
-
IRB.start
|
data/bin/setup
DELETED
data/config/locales/fr.yml
DELETED
@@ -1,234 +0,0 @@
|
|
1
|
-
fr:
|
2
|
-
af: "Afghanistan (افغانستان)"
|
3
|
-
al: "Albanie (Shqipëri)"
|
4
|
-
dz: "Algérie (الجزائر)"
|
5
|
-
as: "Samoa américaines (American Samoa)"
|
6
|
-
ad: "Andorre (Andorra)"
|
7
|
-
ao: "Angola"
|
8
|
-
ai: "Anguilla"
|
9
|
-
ag: "Antigua-et-Barbuda (Antigua and Barbuda)"
|
10
|
-
ar: "Argentine (Argentina)"
|
11
|
-
am: "Arménie (Հայաստան)"
|
12
|
-
aw: "Aruba"
|
13
|
-
au: "Australie (Australia)"
|
14
|
-
at: "Autriche (Österreich)"
|
15
|
-
az: "Azerbaïdjan (Azərbaycan)"
|
16
|
-
bs: "Bahamas"
|
17
|
-
bh: "Bahreïn (البحرين)"
|
18
|
-
bd: "Bangladesh (বাংলাদেশ)"
|
19
|
-
bb: "Barbade (Barbados)"
|
20
|
-
by: "Biélorussie (Беларусь)"
|
21
|
-
be: "Belgique (België)"
|
22
|
-
bz: "Belize"
|
23
|
-
bj: "Bénin"
|
24
|
-
bm: "Bermudes (Bermuda)"
|
25
|
-
bt: "Bhoutan (འབྲུག)"
|
26
|
-
bo: "Bolivie (Bolivia)"
|
27
|
-
ba: "Bosnie-Herzégovine (Босна и Херцеговина)"
|
28
|
-
bw: "Botswana"
|
29
|
-
br: "Brésil (Brasil)"
|
30
|
-
io: "Territoire britannique de l’océan Indien (British Indian Ocean Territory)"
|
31
|
-
vg: "Îles Vierges britanniques (British Virgin Islands)"
|
32
|
-
bn: "Brunei"
|
33
|
-
bg: "Bulgarie (България)"
|
34
|
-
bf: "Burkina Faso"
|
35
|
-
bi: "Burundi (Uburundi)"
|
36
|
-
kh: "Cambodge (កម្ពុជា)"
|
37
|
-
cm: "Cameroun"
|
38
|
-
ca: "Canada"
|
39
|
-
cv: "Cap-Vert (Kabu Verdi)"
|
40
|
-
bq: "Bonaire Saint-Eustache et Saba (Caribbean Netherlands)"
|
41
|
-
ky: "Îles Caïmans (Cay Islands)"
|
42
|
-
cf: "République centrafricaine"
|
43
|
-
td: "Tchad"
|
44
|
-
cl: "Chili (Chile)"
|
45
|
-
cn: "Chine (中国)"
|
46
|
-
co: "Colombie (Colombia)"
|
47
|
-
km: "Comores (جزر القمر)"
|
48
|
-
cd: "République démocratique du Congo (Jamhuri ya Kidemokrasia ya Kongo)"
|
49
|
-
cg: "République du Congo / (Congo) (Congo-Brazzaville)"
|
50
|
-
ck: "Îles Cook (Cook Islands)"
|
51
|
-
cr: "Costa Rica"
|
52
|
-
ci: "Côte d’Ivoire"
|
53
|
-
hr: "Croatie (Hrvatska)"
|
54
|
-
cu: "Cuba"
|
55
|
-
cw: "Curaçao"
|
56
|
-
cy: "Chypre (Κύπρος)"
|
57
|
-
cz: "République tchèque (Česká republika)"
|
58
|
-
dk: "Danemark (Danmark)"
|
59
|
-
dj: "Djibouti"
|
60
|
-
dm: "Dominique (Dominica)"
|
61
|
-
do: "République dominicaine (República Dominicana)"
|
62
|
-
ec: "Équateur (Ecuador)"
|
63
|
-
eg: "Égypte (مصر)"
|
64
|
-
sv: "Salvador (El Salvador)"
|
65
|
-
gq: "Guinée équatoriale (Guinea Ecuatorial)"
|
66
|
-
er: "Érythrée (Eritrea)"
|
67
|
-
ee: "Estonie (Eesti)"
|
68
|
-
et: "Éthiopie (Ethiopia)"
|
69
|
-
fk: "Îles Malouines (Islas Malvinas)"
|
70
|
-
fo: "Îles Féroé (Føroyar)"
|
71
|
-
fj: "Fidji (Fiji)"
|
72
|
-
fi: "Finlande (Suomi)"
|
73
|
-
fr: "France"
|
74
|
-
gf: "Guyane (Guyane française)"
|
75
|
-
pf: "Polynésie française"
|
76
|
-
ga: "Gabon"
|
77
|
-
gm: "Gambie (Gambia)"
|
78
|
-
ge: "Géorgie (საქართველო)"
|
79
|
-
de: "Allemagne (Deutschland)"
|
80
|
-
gh: "Ghana (Gaana)"
|
81
|
-
gi: "Gibraltar"
|
82
|
-
gr: "Grèce (Ελλάδα)"
|
83
|
-
gl: "Groenland (Kalaallit Nunaat)"
|
84
|
-
gd: "Grenade (Grenada)"
|
85
|
-
gp: "Guadeloupe"
|
86
|
-
gu: "Guam"
|
87
|
-
gt: "Guatemala"
|
88
|
-
gn: "Guinée"
|
89
|
-
gw: "Guinée-Bissau (República da Guiné-Bissau)"
|
90
|
-
gy: "Guyana"
|
91
|
-
ht: "Haïti (Haiti)"
|
92
|
-
hn: "Honduras"
|
93
|
-
hk: "Hong Kong (香港)"
|
94
|
-
hu: "Hongrie (Magyarország)"
|
95
|
-
is: "Islande (Ísland)"
|
96
|
-
in: "Inde (भारत)"
|
97
|
-
id: "Indonésie (Indonesia)"
|
98
|
-
ir: "Iran (ایران)"
|
99
|
-
iq: "Irak (العراق)"
|
100
|
-
ie: "Irlande (Ireland)"
|
101
|
-
il: "Israël (ישראל)"
|
102
|
-
it: "Italie (Italia)"
|
103
|
-
jm: "Jamaïque (Jamaica)"
|
104
|
-
jp: "Japon (日本)"
|
105
|
-
jo: "Jordanie (الأردن)"
|
106
|
-
kz: "Kazakhstan (Казахстан)"
|
107
|
-
ke: "Kenya"
|
108
|
-
ki: "Kiribati"
|
109
|
-
kw: "Koweït (الكويت)"
|
110
|
-
kg: "Kirghizistan (Кыргызстан)"
|
111
|
-
la: "Laos (ລາວ)"
|
112
|
-
lv: "Lettonie (Latvija)"
|
113
|
-
lb: "Liban (لبنان)"
|
114
|
-
ls: "Lesotho"
|
115
|
-
lr: "Liberia"
|
116
|
-
ly: "Libye (ليبيا)"
|
117
|
-
li: "Liechtenstein"
|
118
|
-
lt: "Lituanie (Lietuva)"
|
119
|
-
lu: "Luxembourg"
|
120
|
-
mo: "Macao (澳門)"
|
121
|
-
mk: "Macédoine (Македонија)"
|
122
|
-
mg: "Madagascar (Madagasikara)"
|
123
|
-
mw: "Malawi"
|
124
|
-
my: "Malaisie (Malaysia)"
|
125
|
-
mv: "Maldives"
|
126
|
-
ml: "Mali"
|
127
|
-
mt: "Malte (Malta)"
|
128
|
-
mh: "Marshall (Marshall Islands)"
|
129
|
-
mq: "Martinique"
|
130
|
-
mr: "Mauritanie (موريتانيا)"
|
131
|
-
mu: "Maurice (Moris)"
|
132
|
-
mx: "Mexique (México)"
|
133
|
-
fm: "Micronésie (Micronesia)"
|
134
|
-
md: "Moldavie (Republica Moldova)"
|
135
|
-
mc: "Monaco"
|
136
|
-
mn: "Mongolie (Монгол)"
|
137
|
-
me: "Monténégro (Crna Gora)"
|
138
|
-
ms: "Montserrat"
|
139
|
-
ma: "Maroc (المغرب)"
|
140
|
-
mz: "Mozambique (Moçambique)"
|
141
|
-
mm: "Birmanie (မြန်မာ)"
|
142
|
-
na: "Namibie (Namibië)"
|
143
|
-
nr: "Nauru"
|
144
|
-
np: "Népal (नेपाल)"
|
145
|
-
nl: "Pays-Bas (Nederland)"
|
146
|
-
nc: "Nouvelle-Calédonie"
|
147
|
-
nz: "Nouvelle-Zélande (New Zealand)"
|
148
|
-
ni: "Nicaragua"
|
149
|
-
ne: "Niger (Nijar)"
|
150
|
-
ng: "Nigeria"
|
151
|
-
nu: "Niue"
|
152
|
-
nf: "Île Norfolk (Norfolk Island)"
|
153
|
-
kp: "Corée du Nord (조선 민주주의 인민 공화국)"
|
154
|
-
mp: "Îles Mariannes du Nord (Northern Mariana Islands)"
|
155
|
-
no: "Norvège (Norge)"
|
156
|
-
om: "Oman (عُمان)"
|
157
|
-
pk: "Pakistan (پاکستان)"
|
158
|
-
pw: "Palaos (Palau)"
|
159
|
-
ps: "Autorité palestinienne (فلسطين)"
|
160
|
-
pa: "Panama (Panamá)"
|
161
|
-
pg: "Papouasie-Nouvelle-Guinée (Papua New Guinea)"
|
162
|
-
py: "Paraguay"
|
163
|
-
pe: "Pérou (Perú)"
|
164
|
-
ph: "Philippines"
|
165
|
-
pl: "Pologne (Polska)"
|
166
|
-
pt: "Portugal"
|
167
|
-
pr: "Porto Rico (Puerto Rico)"
|
168
|
-
qa: "Qatar (قطر)"
|
169
|
-
re: "La Réunion"
|
170
|
-
ro: "Roumanie (România)"
|
171
|
-
ru: "Russie (Россия)"
|
172
|
-
rw: "Rwanda"
|
173
|
-
bl: "Saint-Barthélemy"
|
174
|
-
sh: "Sainte-Hélène Ascension et Tristan da Cunha (Saint Helena)"
|
175
|
-
kn: "Saint-Christophe-et-Niévès (Saint Kitts and Nevis)"
|
176
|
-
lc: "Sainte-Lucie (Saint Lucia)"
|
177
|
-
mf: "Saint-Martin (Antilles françaises) (partie française))"
|
178
|
-
pm: "Saint-Pierre-et-Miquelon"
|
179
|
-
vc: "Saint-Vincent-et-les-Grenadines (Saint Vincent and the Grenadines)"
|
180
|
-
ws: "Samoa"
|
181
|
-
sm: "Saint-Marin (San Marino)"
|
182
|
-
st: "Sao Tomé-et-Principe (São Tomé e Príncipe)"
|
183
|
-
sa: "Arabie saoudite (المملكة العربية السعودية)"
|
184
|
-
sn: "Sénégal"
|
185
|
-
rs: "Serbie (Србија)"
|
186
|
-
sc: "Seychelles"
|
187
|
-
sl: "Sierra Leone"
|
188
|
-
sg: "Singapour (Singapore)"
|
189
|
-
sx: "Saint-Martin (Sint Maarten)"
|
190
|
-
sk: "Slovaquie (Slovensko)"
|
191
|
-
si: "Slovénie (Slovenija)"
|
192
|
-
sb: "Salomon (Solomon Islands)"
|
193
|
-
so: "Somalie (Soomaaliya)"
|
194
|
-
za: "Afrique du Sud (South Africa)"
|
195
|
-
kr: "Corée du Sud (대한민국)"
|
196
|
-
ss: "Soudan du Sud (جنوب السودان)"
|
197
|
-
es: "Espagne (España)"
|
198
|
-
lk: "Sri Lanka (ශ්රී ලංකාව)"
|
199
|
-
sd: "Soudan (السودان)"
|
200
|
-
sr: "Suriname"
|
201
|
-
sz: "Swaziland"
|
202
|
-
se: "Suède (Sverige)"
|
203
|
-
ch: "Suisse (Schweiz)"
|
204
|
-
sy: "Syrie (سوريا)"
|
205
|
-
tw: "Taïwan / (République de Chine (Taïwan)) (台灣)"
|
206
|
-
tj: "Tadjikistan (Tajikistan)"
|
207
|
-
tz: "Tanzanie (Tanzania)"
|
208
|
-
th: "Thaïlande (ไทย)"
|
209
|
-
tl: "Timor oriental (Timor-Leste)"
|
210
|
-
tg: "Togo"
|
211
|
-
tk: "Tokelau"
|
212
|
-
to: "Tonga"
|
213
|
-
tt: "Trinité-et-Tobago (Trinidad and Tobago)"
|
214
|
-
tn: "Tunisie (تونس)"
|
215
|
-
tr: "Turquie (Türkiye)"
|
216
|
-
tm: "Turkménistan (Turkmenistan)"
|
217
|
-
tc: "Îles Turques-et-Caïques (Turks and Caicos Islands)"
|
218
|
-
tv: "Tuvalu"
|
219
|
-
vi: "Îles Vierges des États-Unis (U.S. Virgin Islands)"
|
220
|
-
ug: "Ouganda (Uganda)"
|
221
|
-
ua: "Ukraine (Україна)"
|
222
|
-
ae: "Émirats arabes unis (الإمارات العربية المتحدة)"
|
223
|
-
gb: "Royaume-Uni (United Kingdom)"
|
224
|
-
us: "États-Unis (United States)"
|
225
|
-
uy: "Uruguay"
|
226
|
-
uz: "Ouzbékistan (Oʻzbekiston)"
|
227
|
-
vu: "Vanuatu"
|
228
|
-
va: "État de la Cité du Vatican (Città del Vaticano)"
|
229
|
-
ve: "Venezuela"
|
230
|
-
vn: "Viêt Nam (Việt Nam)"
|
231
|
-
wf: "Wallis-et-Futuna (Wallis and Futuna)"
|
232
|
-
ye: "Yémen (يمني)"
|
233
|
-
zm: "Zambie (Zambia)"
|
234
|
-
zw: "Zimbabwe"
|