@brightspace-ui/intl
Advanced tools
Comparing version 3.16.0 to 3.16.1
@@ -5,3 +5,3 @@ export const defaultLocale = 'en'; | ||
export const supportedLocalesDetails = [ | ||
{ code: 'ar-sa', name: 'العربية' }, | ||
{ code: 'ar-sa', name: 'العربية (المملكة العربية السعودية)' }, | ||
{ code: 'cy-gb', name: 'Cymraeg (Y Deyrnas Unedig)' }, | ||
@@ -18,3 +18,3 @@ { code: 'da-dk', name: 'Dansk (danmark)' }, | ||
{ code: 'fr-on', name: 'Français (Ontario)' }, | ||
{ code: 'hi-in', name: 'हिन्दी Hindi (India)' }, | ||
{ code: 'hi-in', name: 'हिंदी (भारत)' }, | ||
{ code: 'ja-jp', name: '日本語 (日本)' }, | ||
@@ -27,4 +27,4 @@ { code: 'ko-kr', name: '한국어 (대한민국)' }, | ||
{ code: 'tr-tr', name: 'Türkçe (Türkiye)' }, | ||
{ code: 'zh-cn', name: '中文(中华人民共和国)' }, | ||
{ code: 'zh-tw', name: '中文(台灣)' } | ||
{ code: 'zh-cn', name: '中文(简体)' }, | ||
{ code: 'zh-tw', name: '中文(繁体)' } | ||
]; | ||
@@ -31,0 +31,0 @@ export const supportedLocales = supportedLocalesDetails.map((l) => l.code); |
{ | ||
"name": "@brightspace-ui/intl", | ||
"version": "3.16.0", | ||
"version": "3.16.1", | ||
"description": "Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.", | ||
@@ -43,6 +43,6 @@ "main": "lib/number.js", | ||
"@web/dev-server": "^0.4", | ||
"chai": "^4", | ||
"chai": "^5", | ||
"concurrently": "^8", | ||
"eslint": "^8", | ||
"eslint-config-brightspace": "^0.25", | ||
"eslint-config-brightspace": "^1.0", | ||
"http-server": "^14.0", | ||
@@ -49,0 +49,0 @@ "mocha": "^10", |
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
75542