@artel/en-artel-system 0.6.25266 → 0.6.25267

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,8 +10,5 @@
10
10
 
11
11
  имя ->
12
12
  name
13
-
14
- свой-переводчик ->
15
- this-translator
16
13
  }
17
14
  }
@@ -1,20 +1,17 @@
1
1
 
2
2
  translations
3
3
  {
4
- тип ПереводчикПакета -> ПереводчикПакета
5
- {
6
- функция перевести(текст, ключ) ->
7
- translate(text, key)
8
-
9
- функция перевести(шаблон, ключ) ->
10
- translate(template, key)
11
- }
12
-
13
4
  тип Переводчик -> Translator
14
5
  {
15
6
  язык ->
16
7
  locale
17
8
 
9
+ функция перевести(пакет, текст, ключ) ->
10
+ translate(package, text, key)
11
+
12
+ функция перевести(пакет, шаблон, ключ) ->
13
+ translate(package, template, key)
14
+
18
15
  функция добавить-перевод-на-язык(имя-пакета, язык, словарь-переводов) ->
19
16
  add-translation-to-locale(package-name, locale, translation-dictionary)
20
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/en-artel-system",
3
- "version": "0.6.25266",
3
+ "version": "0.6.25267",
4
4
  "description": "*A* Artel (EN)",
5
5
  "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
6
  "license": "LGPL-3.0-or-later",
@@ -11,6 +11,6 @@
11
11
  "Translations"
12
12
  ],
13
13
  "dependencies": {
14
- "@artel/ru-artel-system": "^0.6.25266"
14
+ "@artel/ru-artel-system": "^0.6.25267"
15
15
  }
16
16
  }