preparing document submission

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-07-17 14:38:28 +02:00
parent 2fd58229c3
commit 93449e4bad
8 changed files with 106 additions and 19 deletions

View File

@@ -8,6 +8,7 @@ export async function loadTranslation(lang){
}
export function t(key,...args){
if (key === undefined) return "";
if (key instanceof Response) key = 'status.'+key.status;
let set = translations.values;
let keys = key.split('.');