Fixup all translation TODOs

This commit is contained in:
Johannes Zellner
2025-03-28 17:51:39 +01:00
parent 58f42f1441
commit b89f55f9b9
11 changed files with 20 additions and 32 deletions
@@ -3,7 +3,6 @@
import { ref, useTemplateRef, onMounted, computed, watch } from 'vue';
import { Button, InputGroup, Dialog, Dropdown, FormGroup, TextInput, Checkbox, PasswordInput, NumberInput } from 'pankow';
import { prettyBinarySize } from 'pankow/utils';
// TODO REGIONS_UPCLOUD is not used??
import { BACKUP_FORMATS, STORAGE_PROVIDERS, REGIONS_CONTABO, REGIONS_VULTR, REGIONS_UPCLOUD, REGIONS_IONOS, REGIONS_OVH, REGIONS_LINODE, REGIONS_SCALEWAY, REGIONS_EXOSCALE, REGIONS_DIGITALOCEAN, REGIONS_HETZNER, REGIONS_WASABI, REGIONS_S3 } from '../constants.js';
import BackupsModel from '../models/BackupsModel.js';
import SystemModel from '../models/SystemModel.js';