Skip to content

Commit

Permalink
konsol-vergisi-hesaplayici: export Nintendo Switch Lite as individual…
Browse files Browse the repository at this point in the history
…ly preset
  • Loading branch information
ozgurg committed Jul 16, 2023
1 parent 1b317ca commit de803f1
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 15 deletions.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 17 additions & 15 deletions calculators/konsol-vergisi-hesaplayici/data/preset-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,48 +93,50 @@ export default [
},


// Nintendo Switch
// https://www.nintendo.com/store/hardware/systems/
// Nintendo Switch (https://www.nintendo.com/store/hardware/systems/)
{
// FIXME: Need official price
presetId: 18,
title: "Lite (32GB)",
title: "Original (32GB)",
form: {
price: 199.99,
price: 299,
currency: "USD"
},
retailPrice: {
value: 8135,
value: 8643,
lastUpdatedDate: new Date("Sun Jul 16 2023 16:31:44 GMT+0300 (GMT+03:00)"),
sourceUrl: "https://www.overgameweb.com/nintendo-switch-lite-konsol-turkuaz"
sourceUrl: "https://www.overgameweb.com/nintendo-switch-konsol-gri-gelistirilmis-pil"
}
},
{
// FIXME: Need official price
presetId: 18,
title: "Original (32GB)",
title: "OLED (64GB)",
form: {
price: 299,
price: 349.99,
currency: "USD"
},
retailPrice: {
value: 8643,
value: 13219,
lastUpdatedDate: new Date("Sun Jul 16 2023 16:31:44 GMT+0300 (GMT+03:00)"),
sourceUrl: "https://www.overgameweb.com/nintendo-switch-konsol-gri-gelistirilmis-pil"
sourceUrl: "https://www.overgameweb.com/nintendo-switch-konsol-oled-edition-neon"
}
},


// Nintendo Switch Lite (https://www.nintendo.com/store/hardware/systems/)
{
// FIXME: Need official price
presetId: 18,
title: "OLED (64GB)",
presetId: 19,
title: "Lite",
form: {
price: 349.99,
price: 199.99,
currency: "USD"
},
retailPrice: {
value: 13219,
value: 8135,
lastUpdatedDate: new Date("Sun Jul 16 2023 16:31:44 GMT+0300 (GMT+03:00)"),
sourceUrl: "https://www.overgameweb.com/nintendo-switch-konsol-oled-edition-neon"
sourceUrl: "https://www.overgameweb.com/nintendo-switch-lite-konsol-turkuaz"
}
}
];
12 changes: 12 additions & 0 deletions calculators/konsol-vergisi-hesaplayici/data/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,17 @@ export default [
ogImageName: "konsol-vergisi-hesaplayici-nintendo-switch.jpg",
pageTitle: "Nintendo Switch'in vergisi ne kadar?",
pageDescription: "Satın aldığınız bir Nintendo Switch'in yurt içi ve yurt dışı fiyatlarına ne kadar vergi uygulandığını hesaplayın."
},
{
id: 19,
brandId: 5,
title: "Switch Lite",
slug: "nintendo-switch-lite",
releaseDate: new Date("2019-09-20"),
thumbnail: "konsol-vergisi-hesaplayici/img/nintendo-switch-lite.png",
url: buildUrl("nintendo-switch-lite"),
ogImageName: "konsol-vergisi-hesaplayici-nintendo-switch-lite.jpg",
pageTitle: "Nintendo Switch Lite'ın vergisi ne kadar?",
pageDescription: "Satın aldığınız bir Nintendo Switch Lite'ın yurt içi ve yurt dışı fiyatlarına ne kadar vergi uygulandığını hesaplayın."
}
];
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit de803f1

Please sign in to comment.