add errors interface and update api

This commit is contained in:
Aleksey Chichenkov 2019-03-19 14:36:08 +03:00
parent 0142743bb1
commit b242cef027
7 changed files with 117 additions and 17 deletions

View file

@ -5,7 +5,7 @@
*
* ```bash
* // доступ
* ps.pl.core_translations
* ps.pl.translations
* ```
*
* @group manager
@ -19,7 +19,7 @@ function CoreTranslations() {
*
* @example
* // Пример
* var result = ps.pl.core_translations.translations();
* var result = ps.pl.translations.translations();
* var string = JSON.stringify(result, true, 3);
*
* // результат будет примерно такой