@forge/i18n
Advanced tools
Comparing version 0.0.1-next.12 to 0.0.1-next.13
# @forge/i18n | ||
## 0.0.1-next.13 | ||
### Patch Changes | ||
- d51b7be: Fix I18nInfo type to support subset of translation content (instead of full list) | ||
## 0.0.1-next.12 | ||
@@ -4,0 +10,0 @@ |
@@ -23,3 +23,3 @@ import { type ForgeSupportedLocaleCode } from './constants'; | ||
declare type I18nInfoTranslations = Record<string, { | ||
[key in ForgeSupportedLocaleCode]: string; | ||
[key in ForgeSupportedLocaleCode]?: string; | ||
}>; | ||
@@ -26,0 +26,0 @@ interface I18nInfoConfig { |
{ | ||
"name": "@forge/i18n", | ||
"version": "0.0.1-next.12", | ||
"version": "0.0.1-next.13", | ||
"description": "Common utilities and typings for Forge i18n support", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian", |
Sorry, the diff of this file is not supported yet
22934