Add coventry europe region support (#3956)

* Add coventry europe region support, rename germany EU location to central europe

* extract messages

* extract messages again
This commit is contained in:
Prospector
2025-07-09 15:27:59 -07:00
committed by GitHub
parent cb72d2ac80
commit bca467a634
4 changed files with 15 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ const selectedPrice = computed(() => {
return amount ? amount / monthsInInterval[props.interval] : undefined
})
const regionOrder: string[] = ['us-vin', 'eu-lim']
const regionOrder: string[] = ['us-vin', 'eu-cov', 'eu-lim']
const sortedRegions = computed(() => {
return props.regions.slice().sort((a, b) => {