@forge/i18n
Advanced tools
Comparing version 0.0.1-next.13 to 0.0.1-next.13-experimental-470bc94
# @forge/i18n | ||
## 0.0.1-next.13-experimental-470bc94 | ||
### Patch Changes | ||
- c74ca63: Setup common Forge i18n related utility functions | ||
- d51b7be: Fix I18nInfo type to support subset of translation content (instead of full list) | ||
- 23f6675: Make `@forge/manifest` depends on `@forge/i18n` to access i18n related helper functions. | ||
- c81fa57: Common Forge i18n utilities and types that are shared across Forge packages | ||
- 27249cd: Make i18n fallback syntax confirm to industry convention. That is, `en-US: en-GB` indicate `en-GB` is fallback to `en-US` | ||
- fdaaeab: Add .npmignore file | ||
## 0.0.1-next.13 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@forge/i18n", | ||
"version": "0.0.1-next.13", | ||
"version": "0.0.1-next.13-experimental-470bc94", | ||
"description": "Common utilities and typings for Forge i18n support", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian", |
23519