@quenty/clienttranslator 14.2.0 → 14.3.0

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,14 @@
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
+ # [14.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clienttranslator@14.2.0...@quenty/clienttranslator@14.3.0) (2024-04-28)
7
+
8
+ **Note:** Version bump only for package @quenty/clienttranslator
9
+
10
+
11
+
12
+
13
+
6
14
  # [14.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clienttranslator@14.1.1...@quenty/clienttranslator@14.2.0) (2024-04-27)
7
15
 
8
16
  **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": "14.2.0",
3
+ "version": "14.3.0",
4
4
  "description": "Gets local translator for player",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "5c9eab1eac73f0d54953cca5017b7be968182f72"
41
+ "gitHead": "1f65df4adb6f3c04fb25d70bfa93f0f7c332c143"
42
42
  }
@@ -145,6 +145,7 @@ function JSONTranslator:ToTranslationKey(prefix, text)
145
145
  local translationKey = TranslationKeyUtils.getTranslationKey(prefix, text)
146
146
  local context = ("automatic.%s"):format(translationKey)
147
147
 
148
+ -- TODO: Only set if we don't need it
148
149
  self:SetEntryValue(translationKey, text, context, "en", text)
149
150
 
150
151
  return translationKey