-
-
Notifications
You must be signed in to change notification settings - Fork 929
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(locale): add states for Turkey (tr) (#2231)
- Loading branch information
1 parent
12a511c
commit 2afa23f
Showing
2 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
export default [ | ||
'Adana', | ||
'Adıyaman', | ||
'Afyonkarahisar', | ||
'Ağrı', | ||
'Aksaray', | ||
'Amasya', | ||
'Ankara', | ||
'Antalya', | ||
'Ardahan', | ||
'Artvin', | ||
'Aydın', | ||
'Balıkesir', | ||
'Bartın', | ||
'Batman', | ||
'Bayburt', | ||
'Bilecik', | ||
'Bingöl', | ||
'Bitlis', | ||
'Bolu', | ||
'Burdur', | ||
'Bursa', | ||
'Çanakkale', | ||
'Çankırı', | ||
'Çorum', | ||
'Denizli', | ||
'Diyarbakır', | ||
'Düzce', | ||
'Edirne', | ||
'Elazığ', | ||
'Erzincan', | ||
'Erzurum', | ||
'Eskişehir', | ||
'Gaziantep', | ||
'Giresun', | ||
'Gümüşhane', | ||
'Hakkâri', | ||
'Hatay', | ||
'Iğdır', | ||
'Isparta', | ||
'İstanbul', | ||
'İzmir', | ||
'Kahramanmaraş', | ||
'Karabük', | ||
'Karaman', | ||
'Kars', | ||
'Kastamonu', | ||
'Kayseri', | ||
'Kırıkkale', | ||
'Kırklareli', | ||
'Kırşehir', | ||
'Kilis', | ||
'Kocaeli', | ||
'Konya', | ||
'Kütahya', | ||
'Malatya', | ||
'Manisa', | ||
'Mardin', | ||
'Mersin', | ||
'Muğla', | ||
'Muş', | ||
'Nevşehir', | ||
'Niğde', | ||
'Ordu', | ||
'Osmaniye', | ||
'Rize', | ||
'Sakarya', | ||
'Samsun', | ||
'Siirt', | ||
'Sinop', | ||
'Sivas', | ||
'Şanlıurfa', | ||
'Şırnak', | ||
'Tekirdağ', | ||
'Tokat', | ||
'Trabzon', | ||
'Tunceli', | ||
'Uşak', | ||
'Van', | ||
'Yalova', | ||
'Yozgat', | ||
'Zonguldak', | ||
]; |