Skip to content

Commit

Permalink
Add Game of Thrones quotes (#726)
Browse files Browse the repository at this point in the history
Also update Indian locale:

Add:
* Default timezone
* Default country code
* Cities
* Fixed spelling and removed trailing space
  • Loading branch information
rajivrnair authored and stympy committed Dec 18, 2016
1 parent a6ad001 commit 6c0077b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions lib/faker/game_of_thrones.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ def city
fetch('game_of_thrones.cities')
end

def quote
fetch('game_of_thrones.quotes')
end

def dragon
fetch('game_of_thrones.dragons')
end
Expand Down
7 changes: 5 additions & 2 deletions lib/locales/en-IND.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ en-IND:
last_name: [Abbott, Achari, Acharya, Adiga, Agarwal, Ahluwalia, Ahuja, Arora, Asan, Bandopadhyay, Banerjee, Bharadwaj, Bhat, Butt, Bhattacharya, Bhattathiri, Chaturvedi, Chattopadhyay, Chopra, Desai, Deshpande, Devar, Dhawan, Dubashi, Dutta, Dwivedi, Embranthiri, Ganaka, Gandhi, Gill, Gowda, Guha, Guneta, Gupta, Iyer, Iyengar, Jain, Jha, Johar, Joshi, Kakkar, Kaniyar, Kapoor, Kaul, Kaur, Khan, Khanna, Khatri, Kocchar, Mahajan, Malik, Marar, Menon, Mehra,Mehrotra, Mishra, Mukhopadhyay, Nayar, Naik, Nair, Nambeesan, Namboothiri, Nehru, Pandey, Panicker, Patel, Patil, Pilla, Pillai, Pothuvaal, Prajapat, Rana, Reddy, Saini, Sethi, Shah, Sharma, Shukla, Singh, Sinha, Somayaji, Tagore, Talwar, Tandon, Trivedi, Varrier, Varma, Varman, Verma]
address:
postcode: ['?#? #?#']
state: [Andra Pradesh, Arunachal Pradesh, Assam, Bihar, Chhattisgarh, Goa, Gujarat, Haryana, Himachal Pradesh, Jammu and Kashmir, Jharkhand, Karnataka, Kerala, Madya Pradesh, Maharashtra, Manipur, Meghalaya, Mizoram, Nagaland, Orissa, Punjab, Rajasthan, Sikkim, Tamil Nadu, Tripura, Uttaranchal, Uttar Pradesh, West Bengal, Andaman and Nicobar Islands, Chandigarh, Dadar and Nagar Haveli, Daman and Diu, Delhi, Lakshadweep, Pondicherry]
city: ['Bengaluru', 'Chennai', 'Hyderabad', 'Kolkata', 'Mumbai', 'New Delhi', 'Thiruvananthapuram']
state: [Andhra Pradesh, Arunachal Pradesh, Assam, Bihar, Chhattisgarh, Goa, Gujarat, Haryana, Himachal Pradesh, Jammu and Kashmir, Jharkhand, Karnataka, Kerala, Madya Pradesh, Maharashtra, Manipur, Meghalaya, Mizoram, Nagaland, Orissa, Punjab, Rajasthan, Sikkim, Tamil Nadu, Tripura, Uttaranchal, Uttar Pradesh, West Bengal, Andaman and Nicobar Islands, Chandigarh, Dadar and Nagar Haveli, Daman and Diu, Delhi, Lakshadweep, Pondicherry]
state_abbr: [AP, AR, AS, BR, CG, DL, GA, GJ, HR, HP, JK, JS, KA, KL, MP, MH, MN, ML, MZ, NL, OR, PB, RJ, SK, TN, TR, UK, UP, WB, AN, CH, DN, DD, LD, PY]
default_country: [India, Indian Republic, Bharat, Hindustan]
default_time_zone: ["Asia/Kolkata"]
default_country_code: ["IN"]
internet:
free_email: [gmail.com, yahoo.co.in, hotmail.com]
domain_suffix: [in, com, biz, info, name, net, org, co.in]
company:
suffix: [Pvt Ltd, Limited, Ltd, and Sons, Corp, Group, Brothers]
phone_number:
formats: ['+91###-###-####', '+91##########', '+91-###-#######']
formats: ['+91###-###-####', '+91##########', '+91-###-#######']
Loading

0 comments on commit 6c0077b

Please sign in to comment.