add errors interface and update api
This commit is contained in:
parent
0142743bb1
commit
b242cef027
7 changed files with 117 additions and 17 deletions
|
@ -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);
|
||||
*
|
||||
* // результат будет примерно такой
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue