Browse Source

start fix pr 1161 (#1165)

* feat: load configuration from file

* import json config file & update the config (restore)
* export the config and save it to json file (backup)

* fix: reload configuration

* run linter
* screenshot update

* feat: support more langs

* add translations for French, Spanish, and Italian
* change the wording for better understanding of this feature:
    - "import" to "restore"
    - "export" to "backup"
* rename functions to reflect these changes

* i18n.js: german translation

* npm: package updates

* Revert "import & export configuration"

* npm: package updates

* Revert "import & export configuration"

* fix: auto formatter

* Revert "i18n.js: german translation"

This reverts commit e4a7ff08c6.

* fix conficts

---------

Co-authored-by: Philip H <[email protected]>
Co-authored-by: NPM Update Bot <[email protected]>
pull/1167/head
Philip H 9 months ago
committed by GitHub
parent
commit
3dc83f9c25
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/www/index.html

2
src/www/index.html

@ -108,7 +108,7 @@
</svg>
<span class="text-sm">{{$t("restore")}}</span>
<input id="inputRC" type="file" name="configurationfile" accept="text/*,.json" @change="restoreConfig"
class="hidden -z-[1]" />
class="hidden" />
</label>
<!-- Backup configuration -->
<a href="./api/wireguard/backup" :title="$t('titleBackupConfig')"

Loading…
Cancel
Save