@forge/i18n
Advanced tools
Comparing version 0.0.1 to 0.0.2-next.0
# @forge/i18n | ||
## 0.0.2-next.0 | ||
### Patch Changes | ||
- 47501f7: Add missing ko-KR to the supported forge locale / language list | ||
## 0.0.1 | ||
@@ -4,0 +10,0 @@ |
export declare const I18N_INFO_FILE_NAME = "i18n-info.json"; | ||
export declare const I18N_BUNDLE_FOLDER_NAME = "__LOCALES__"; | ||
export declare const FORGE_SUPPORTED_LOCALE_CODES: readonly ["zh-CN", "zh-TW", "cs-CZ", "da-DK", "nl-NL", "en-US", "en-GB", "et-EE", "fi-FI", "fr-FR", "de-DE", "hu-HU", "is-IS", "it-IT", "ja-JP", "no-NO", "pl-PL", "pt-BR", "pt-PT", "ro-RO", "ru-RU", "sk-SK", "tr-TR", "es-ES", "sv-SE"]; | ||
export declare const FORGE_SUPPORTED_LOCALE_CODES: readonly ["zh-CN", "zh-TW", "cs-CZ", "da-DK", "nl-NL", "en-US", "en-GB", "et-EE", "fi-FI", "fr-FR", "de-DE", "hu-HU", "is-IS", "it-IT", "ja-JP", "ko-KR", "no-NO", "pl-PL", "pt-BR", "pt-PT", "ro-RO", "ru-RU", "sk-SK", "tr-TR", "es-ES", "sv-SE"]; | ||
export declare type ForgeSupportedLocaleCode = (typeof FORGE_SUPPORTED_LOCALE_CODES)[number]; | ||
//# sourceMappingURL=constants.d.ts.map |
@@ -22,2 +22,3 @@ "use strict"; | ||
'ja-JP', | ||
'ko-KR', | ||
'no-NO', | ||
@@ -24,0 +25,0 @@ 'pl-PL', |
{ | ||
"name": "@forge/i18n", | ||
"version": "0.0.1", | ||
"version": "0.0.2-next.0", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23602
397