generaltranslation 6.2.8 → 6.2.10
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
@@ -1,5 +1,17 @@
|
|
1
1
|
# generaltranslation
|
2
2
|
|
3
|
+
## 6.2.10
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#316](https://github.com/generaltranslation/gt/pull/316) [`274a88e`](https://github.com/generaltranslation/gt/commit/274a88e2ac2e4d60360bf950f56c4ee2850804fe) Thanks [@michellee-wang](https://github.com/michellee-wang)! - updated localeselector
|
8
|
+
|
9
|
+
## 6.2.9
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- [#311](https://github.com/generaltranslation/gt/pull/311) [`d2bb9f5`](https://github.com/generaltranslation/gt/commit/d2bb9f5caa5b7366af3d3f8110a9f1586c9f58e7) Thanks [@michellee-wang](https://github.com/michellee-wang)! - added qbr and emojis + bumped verison
|
14
|
+
|
3
15
|
## 6.2.8
|
4
16
|
|
5
17
|
### Patch Changes
|
@@ -2,7 +2,7 @@ declare class IntlCache {
|
|
2
2
|
private cache;
|
3
3
|
constructor();
|
4
4
|
private _generateKey;
|
5
|
-
get<K extends keyof typeof Intl>(constructor: K, locales: string | string[], options?: {}):
|
5
|
+
get<K extends keyof typeof Intl>(constructor: K, locales: string | string[], options?: {}): InstanceType<(typeof Intl)[K]>;
|
6
6
|
}
|
7
7
|
export declare const intlCache: IntlCache;
|
8
8
|
export {};
|