[
  {
    "model": "localization.locale",
    "pk": 1,
    "fields": {
      "code": "en-US",
      "language": 1,
      "country": 2,
      "calendar": "",
      "direction": "",
      "numeral_system": "",
      "date_format": "MM/DD/YYYY",
      "time_format": "hh:mm A",
      "datetime_format": "MM/DD/YYYY hh:mm A",
      "first_day_of_week": 6,
      "number_decimal_separator": ".",
      "number_thousand_separator": ",",
      "currency_code": "USD",
      "timezone": "America/New_York",
      "is_default": true,
      "created_at": "2025-01-01T00:00:00Z",
      "updated_at": "2025-01-01T00:00:00Z"
    }
  },
  {
    "model": "localization.locale",
    "pk": 2,
    "fields": {
      "code": "fa-IR",
      "language": 2,
      "country": 1,
      "calendar": "jalali",
      "direction": "rtl",
      "numeral_system": "persian",
      "date_format": "YYYY/MM/DD",
      "time_format": "HH:mm",
      "datetime_format": "YYYY/MM/DD HH:mm",
      "first_day_of_week": 5,
      "number_decimal_separator": "٫",
      "number_thousand_separator": "٬",
      "currency_code": "IRR",
      "timezone": "Asia/Tehran",
      "is_default": false,
      "created_at": "2025-01-01T00:00:00Z",
      "updated_at": "2025-01-01T00:00:00Z"
    }
  },
  {
    "model": "localization.locale",
    "pk": 3,
    "fields": {
      "code": "ar-SA",
      "language": 3,
      "country": 7,
      "calendar": "hijri",
      "direction": "rtl",
      "numeral_system": "eastern_arabic",
      "date_format": "DD/MM/YYYY",
      "time_format": "HH:mm",
      "datetime_format": "DD/MM/YYYY HH:mm",
      "first_day_of_week": 0,
      "number_decimal_separator": "٫",
      "number_thousand_separator": "٬",
      "currency_code": "SAR",
      "timezone": "Asia/Riyadh",
      "is_default": false,
      "created_at": "2025-01-01T00:00:00Z",
      "updated_at": "2025-01-01T00:00:00Z"
    }
  },
  {
    "model": "localization.locale",
    "pk": 4,
    "fields": {
      "code": "ar-AE",
      "language": 3,
      "country": 8,
      "calendar": "gregorian",
      "direction": "rtl",
      "numeral_system": "eastern_arabic",
      "date_format": "DD/MM/YYYY",
      "time_format": "HH:mm",
      "datetime_format": "DD/MM/YYYY HH:mm",
      "first_day_of_week": 0,
      "number_decimal_separator": ".",
      "number_thousand_separator": ",",
      "currency_code": "AED",
      "timezone": "Asia/Dubai",
      "is_default": false,
      "created_at": "2025-01-01T00:00:00Z",
      "updated_at": "2025-01-01T00:00:00Z"
    }
  },
  {
    "model": "localization.locale",
    "pk": 5,
    "fields": {
      "code": "en-GB",
      "language": 1,
      "country": 3,
      "calendar": "",
      "direction": "",
      "numeral_system": "",
      "date_format": "DD/MM/YYYY",
      "time_format": "HH:mm",
      "datetime_format": "DD/MM/YYYY HH:mm",
      "first_day_of_week": 0,
      "number_decimal_separator": ".",
      "number_thousand_separator": ",",
      "currency_code": "GBP",
      "timezone": "Europe/London",
      "is_default": false,
      "created_at": "2025-01-01T00:00:00Z",
      "updated_at": "2025-01-01T00:00:00Z"
    }
  },
  {
    "model": "localization.locale",
    "pk": 6,
    "fields": {
      "code": "de-DE",
      "language": 4,
      "country": 4,
      "calendar": "",
      "direction": "",
      "numeral_system": "",
      "date_format": "DD.MM.YYYY",
      "time_format": "HH:mm",
      "datetime_format": "DD.MM.YYYY HH:mm",
      "first_day_of_week": 0,
      "number_decimal_separator": ",",
      "number_thousand_separator": ".",
      "currency_code": "EUR",
      "timezone": "Europe/Berlin",
      "is_default": false,
      "created_at": "2025-01-01T00:00:00Z",
      "updated_at": "2025-01-01T00:00:00Z"
    }
  },
  {
    "model": "localization.locale",
    "pk": 7,
    "fields": {
      "code": "tr-TR",
      "language": 5,
      "country": 6,
      "calendar": "",
      "direction": "",
      "numeral_system": "",
      "date_format": "DD.MM.YYYY",
      "time_format": "HH:mm",
      "datetime_format": "DD.MM.YYYY HH:mm",
      "first_day_of_week": 0,
      "number_decimal_separator": ",",
      "number_thousand_separator": ".",
      "currency_code": "TRY",
      "timezone": "Europe/Istanbul",
      "is_default": false,
      "created_at": "2025-01-01T00:00:00Z",
      "updated_at": "2025-01-01T00:00:00Z"
    }
  }
]
