Skip to content

Commit c0aab21

Browse files
committed
chore(release): 2.10.0
1 parent 652b827 commit c0aab21

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

β€ŽCHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.10.0](https://github.com/lokalise/i18n-ally/compare/v2.9.1...v2.10.0) (2023-07-11)
6+
7+
### ⚑ Features
8+
9+
* Add i18next-shopify framework ([#949](https://github.com/lokalise/i18n-ally/pull/949), [#970](https://github.com/lokalise/i18n-ally/pull/970))
10+
* Add extraction support to react-i18next framework ([#951](https://github.com/lokalise/i18n-ally/pull/951))
11+
* Display first available pluralization string if parent key of nested pluralization keys ([#950](https://github.com/lokalise/i18n-ally/pull/950))
12+
* Support "Go to Definition" for nested pluralization keys ([#954](https://github.com/lokalise/i18n-ally/pull/954))
13+
14+
### 🐞 Bug Fixes
15+
16+
* implement scopes/namespaces for Transloco ([#684](https://github.com/lokalise/i18n-ally/issues/684)) ([43df97d](https://github.com/lokalise/i18n-ally/commit/43df97db80073230e528b7bf63610c903d886df8))
17+
* Fixes usage report for non-missing derived keys ([#957](https://github.com/lokalise/i18n-ally/pull/957))
18+
* Fixes Current File Panel report of not found keys ([Shopify/i18n-ally#7](https://github.com/Shopify/i18n-ally/pull/7))
19+
20+
521
### [2.9.1](https://github.com/lokalise/i18n-ally/compare/v2.9.0...v2.9.1) (2023-05-15)
622

723
### 🐞 Bug Fixes

β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"publisher": "lokalise",
33
"name": "i18n-ally",
4-
"version": "2.9.1",
4+
"version": "2.10.0",
55
"displayName": "i18n Ally",
66
"description": "🌍 All in one i18n extension for VS Code",
77
"keywords": [

0 commit comments

Comments
Β (0)