@quenty/clienttranslator 8.6.0 → 8.7.1

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [8.7.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clienttranslator@8.7.0...@quenty/clienttranslator@8.7.1) (2022-12-27)
7
+
8
+ **Note:** Version bump only for package @quenty/clienttranslator
9
+
10
+
11
+
12
+
13
+
14
+ # [8.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clienttranslator@8.6.0...@quenty/clienttranslator@8.7.0) (2022-12-06)
15
+
16
+ **Note:** Version bump only for package @quenty/clienttranslator
17
+
18
+
19
+
20
+
21
+
6
22
  # [8.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clienttranslator@8.5.0...@quenty/clienttranslator@8.6.0) (2022-12-05)
7
23
 
8
24
  **Note:** Version bump only for package @quenty/clienttranslator
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/clienttranslator",
3
- "version": "8.6.0",
3
+ "version": "8.7.1",
4
4
  "description": "Gets local translator for player",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -25,17 +25,17 @@
25
25
  "Quenty"
26
26
  ],
27
27
  "dependencies": {
28
- "@quenty/blend": "^6.5.0",
29
- "@quenty/instanceutils": "^7.3.0",
28
+ "@quenty/blend": "^6.5.1",
29
+ "@quenty/instanceutils": "^7.3.1",
30
30
  "@quenty/loader": "^6.0.1",
31
31
  "@quenty/maid": "^2.4.0",
32
32
  "@quenty/promise": "^6.0.1",
33
33
  "@quenty/pseudolocalize": "^3.0.0",
34
- "@quenty/rx": "^7.2.0",
34
+ "@quenty/rx": "^7.2.1",
35
35
  "@quenty/table": "^3.1.0"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "3040397f5f4601886ca7a1f664be7019b3941618"
40
+ "gitHead": "ff0c0732eca3400949945c58c1d3cb8a479c9789"
41
41
  }
@@ -140,6 +140,12 @@ end
140
140
 
141
141
  --[=[
142
142
  Formats the resulting entry by args.
143
+
144
+ :::tip
145
+ You should use [JSONTranslator.ObserveFormatByKey] instead of this to respond
146
+ to locale changing.
147
+ :::
148
+
143
149
  @param key string
144
150
  @param args table?
145
151
  @return Promise<string>
@@ -194,6 +200,12 @@ end
194
200
 
195
201
  --[=[
196
202
  Formats or errors if the cloud translations are not loaded.
203
+
204
+ :::tip
205
+ You should use [JSONTranslator.ObserveFormatByKey] instead of this to respond
206
+ to locale changing.
207
+ :::
208
+
197
209
  @param key string
198
210
  @param args table?
199
211
  @return string