[pbs-devel] [PATCH backup 0/2] implement GUI translation support

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Sep 7 14:56:40 CEST 2020


Modelled after the PVE/PMG approach. We already set the "PBSLangCookie"
correctly, so I only had to add parsing and sourcing the language JS file, if
it exists,

Thomas Lamprecht (2):
  tools: rename extract_auth_cookie to extract_cookie
  ui: add translation support

 debian/control                  |  1 +
 debian/control.in               |  1 +
 src/bin/proxmox-backup-proxy.rs |  1 +
 src/server/rest.rs              | 34 ++++++++++++++++++++++++---------
 src/tools.rs                    |  4 ++--
 www/index.hbs                   |  4 ++++
 6 files changed, 34 insertions(+), 11 deletions(-)

-- 
2.27.0






More information about the pbs-devel mailing list