@artel/en-artel-system 0.6.25271 → 0.6.25273

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.
@@ -168,7 +168,7 @@
168
168
  enumerator()
169
169
  }
170
170
 
171
- тип ШаблонТекста -> TextTEmplate
171
+ тип ШаблонТекста -> TextTemplate
172
172
  {
173
173
  фрагменты ->
174
174
  fragments
@@ -1,6 +1,26 @@
1
1
 
2
2
  translations
3
3
  {
4
+ тип КлючПереводимогоТекста -> LocalizableTextKey
5
+
6
+ тип ШаблонТекстаПереводимый -> LocalizableTextTemplate
7
+ {
8
+ код ->
9
+ code
10
+
11
+ пакет ->
12
+ package
13
+
14
+ создание(фрагменты, значения, код, пакет) ->
15
+ (fragments, values, code, package)
16
+
17
+ функция ключ() ->
18
+ key()
19
+
20
+ функция в-текст() ->
21
+ to-text()
22
+ }
23
+
4
24
  тип Переводчик -> Translator
5
25
  {
6
26
  язык ->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/en-artel-system",
3
- "version": "0.6.25271",
3
+ "version": "0.6.25273",
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.25271"
14
+ "@artel/ru-artel-system": "^0.6.25273"
15
15
  }
16
16
  }