1
0
mirror of https://github.com/salexdv/bsl_console.git synced 2024-11-24 08:33:29 +02:00

Описание директив #300

This commit is contained in:
salexdv 2022-11-14 08:04:08 +03:00
parent 6ff2389be9
commit 5296b49a3b

View File

@ -38005,6 +38005,22 @@ define([], function () {
}
}
}
},
"compilerDirectives": {
"ru": {
"НаСервере": {},
"НаСервереБезКонтекста": {},
"НаКлиенте": {},
"НаКлиентеНаСервере": {},
"НаКлиентеНаСервереБезКонтекста": {}
},
"en": {
"AtServer": {},
"AtServerNoContext": {},
"AtClient": {},
"AtClientAtServer": {},
"AtClientAtServerNoContext": {}
}
}
}
});