Skip to content

Commit 93dfd00

Browse files
committed
release: 4.11.2
1 parent ddd2939 commit 93dfd00

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

slang/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.11.2
2+
3+
- fix: do not throw an error on empty translation files (#335)
4+
- fix: `slang analyze` should handle maps with numbers or dots as keys (#339, #340)
5+
- fix: handle `t.$wip(x)` where x is a variable or a function call
6+
- fix: allow Icelandic as language code (#333)
7+
18
## 4.11.1
29

310
- fix: handle edge cases in `t.$wip` detection (#330) (#331)

slang/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: slang
22
description: Localization / Internationalization (i18n) solution. Use JSON, YAML, CSV, or ARB files to create typesafe translations via source generation.
3-
version: 4.11.1
3+
version: 4.11.2
44
repository: https://github.com/slang-i18n/slang
55
topics:
66
- i18n

0 commit comments

Comments
 (0)