@adminforth/i18n 1.1.2 → 1.1.3-next.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/Changelog.md +0 -71
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/i18n",
3
- "version": "1.1.2",
3
+ "version": "1.1.3-next.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
package/Changelog.md DELETED
@@ -1,71 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [1.0.23] - next
9
-
10
- ### Improved
11
-
12
- - Better instructions for LLM pluralization Slavik messages
13
-
14
- ### Added
15
- - support for pluralization in Backend `tr` function
16
- - add handy languagesList function to get all languages for translation of side apps
17
-
18
- ### Fixed
19
- - invalidation of indvidual tr messages when translation using LLM adapter
20
-
21
- ## [1.0.22]
22
-
23
- ### Fixed
24
-
25
- - More predictable class name
26
- - When loading unique translations from category, they were not registered if existing in other category
27
-
28
-
29
- ## [1.0.21] - 2024-12-30
30
-
31
- ### Fixed
32
- - improve cache reset when editing messages manually
33
-
34
- ### Added
35
- - Translating external app" feature by using feedCategoryTranslations
36
-
37
- ## [1.0.20]
38
-
39
- ### Fixed
40
- - fix automatic translations
41
-
42
- ## [1.0.14]
43
-
44
- ### Fixed
45
-
46
- - Add `ignoreInitial` for watch to prevent initial messages loading
47
- - Add locking mechanism to prevent initial messages loading call in parallel (just in case)
48
-
49
- ## [1.0.13]
50
-
51
- - Deduplicate frontend strings before creating translations
52
-
53
-
54
- ## [1.0.12]
55
-
56
- ### Fixed
57
-
58
- - live mode frontend translations loading when tmp dir is nopt preserver (e.g. docker cached /tmp pipeline)
59
-
60
- ## [1.0.11]
61
-
62
- ### Fixed
63
-
64
- - cache invalidations on delete
65
-
66
- ## [v1.0.10]
67
-
68
- ### Fixed
69
-
70
- - fix automatic translations for duplicate strings
71
- - improve slavik pluralization generations by splitting the requests