From af167be668f5937e8d5fc874e23f214e1544e173 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sat, 19 Oct 2019 18:06:16 +0200 Subject: [PATCH] Updated structural template file --- shared/i18n/template.translation | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/shared/i18n/template.translation b/shared/i18n/template.translation index d56de516..96355eb0 100644 --- a/shared/i18n/template.translation +++ b/shared/i18n/template.translation @@ -1,27 +1,14 @@ { - /* --------------- legacy! --------------- */ - "info": { - "contributors": [ - /* add yourself if you have done anything :) */ - { - "name": "Markus Hadenfeldt", /* this field is required */ - "email": "i18n.client@teaspeak.de" /* this field is required */ - } - ], - "name": "A template translation file" /* this field is required */ - }, - /* --------------- legacy --------------- */ - "translations": [ /* Array with all translation objects */ { /* translation object */ "key": { /* the key */ - "message": "Show permission description", /* necessary to identify the message */ - "line": 374, /* optional, only for specify the translation for a specific case (Not supported yet!) */ - "character": 30, /* optional, only for specify the translation for a specific case (Not supported yet!) */ - "filename": "/home/wolverindev/TeaSpeak/TeaSpeak/Web-Client/shared/js/ui/modal/ModalPermissionEdit.ts" /* optional, only for specify the translation for a specific case (Not supported yet!) */ + "message": "Show permission description", /* [required] identify the message */ + "line": 374, /* [optional] only for specify the translation for a specific case (Not supported yet!) */ + "character": 30, /* [optional] only for specify the translation for a specific case (Not supported yet!) */ + "filename": "/home/wolverindev/TeaSpeak/TeaSpeak/Web-Client/shared/js/ui/modal/ModalPermissionEdit.ts" /* [optional] only for specify the translation for a specific case (Not supported yet!) */ }, - "translated": "Berechtigungsbeschreibung anzeigen", /* The actual translation */ - "flags": [ /* some flags for this translation */ + "translated": "Berechtigungsbeschreibung anzeigen", /* [required] The actual translation */ + "flags": [ /* [optional] some flags for this translation */ "google-translate", /* this translation has been made with google translator */ "verified" /* this translation has been verified by a native speaker */ ]