(function () {
	'use strict';

	window.countryList = {
		tr: {
			name: ' Türkiye',
			code: 'tr',
			price: 699,
			oldPrice: 1398,
			labelPrice: 'TL',
			phoneHelper: 'Örneğin, +90 1234567890',
			nameHelper: 'Aydolun Bilgi',
			nameError: 'İsim doldurmak zorunludur',
			phoneError: 'Telefon girmek zorunludur',
			countryError: 'Ülke bilgisi girmek zorunludur',
			isDefault: true,
		},
	};
})();
