donaldzou / WGDashboard

Simple dashboard for WireGuard VPN written in Python & Vue.js
https://donaldzou.github.io/WGDashboard-Documentation/
Apache License 2.0
1.65k stars 254 forks source link

Added Dutch language. #455

Closed DaanSelen closed 3 weeks ago

DaanSelen commented 3 weeks ago

Also:

DaanSelen commented 3 weeks ago

Also: this error pops up:

[WGDashboard] Starting WGDashboard with Gunicorn in the background.
/opt/wireguarddashboard/src/dashboard.py:1032: SyntaxWarning: invalid escape sequence '\.'
  if _regexMatch(f"^({self.Name})_(.*)\.(conf)$", f):
/opt/wireguarddashboard/src/dashboard.py:1033: SyntaxWarning: invalid escape sequence '\.'
  s = re.search(f"^({self.Name})_(.*)\.(conf)$", f)
/opt/wireguarddashboard/src/dashboard.py:1879: SyntaxWarning: invalid escape sequence '\.'
  if _regexMatch(f"^(.*)_(.*)\.(conf)$", f):
/opt/wireguarddashboard/src/dashboard.py:1880: SyntaxWarning: invalid escape sequence '\.'
  s = re.search(f"^(.*)_(.*)\.(conf)$", f)
donaldzou commented 3 weeks ago

Hi Daan, should we let Github handle the merge on docker files?

DaanSelen commented 3 weeks ago

Hi Daan, should we let Github handle the merge on docker files?

NOOOOO. Well... not without checking, the v4.1-dev branch has the Docker files from before my latest big update... so the best would be to forward the docker files from main and let this PR just be the Dutch language.

donaldzou commented 3 weeks ago

Just checked this PR, the docker files should match. Will merge now :)