From 5296b49a3be06e88cb5e1e14cdb995cd01986277 Mon Sep 17 00:00:00 2001 From: salexdv Date: Mon, 14 Nov 2022 08:04:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B4=D0=B8=D1=80=D0=B5=D0=BA=D1=82=D0=B8=D0=B2=20#30?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bslGlobals.js | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/bslGlobals.js b/src/bslGlobals.js index c1c0093..d461be4 100644 --- a/src/bslGlobals.js +++ b/src/bslGlobals.js @@ -38005,6 +38005,22 @@ define([], function () { } } } - } + }, + "compilerDirectives": { + "ru": { + "НаСервере": {}, + "НаСервереБезКонтекста": {}, + "НаКлиенте": {}, + "НаКлиентеНаСервере": {}, + "НаКлиентеНаСервереБезКонтекста": {} + }, + "en": { + "AtServer": {}, + "AtServerNoContext": {}, + "AtClient": {}, + "AtClientAtServer": {}, + "AtClientAtServerNoContext": {} + } + } } }); \ No newline at end of file