You've already forked AstralRinth
forked from didirus/AstralRinth
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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user