@js-joda/locale_fr 4.3.0 → 4.4.0

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/dist/index.js CHANGED
@@ -2987,6 +2987,14 @@ function _init() {
2987
2987
  Locale.KOREAN = new Locale('ko');
2988
2988
  Locale.JAPANESE = new Locale('ja', 'JP');
2989
2989
  Locale.JAPAN = new Locale('ja', 'JP', 'ja');
2990
+ Locale.ITALIAN = new Locale('it');
2991
+ Locale.ITALY = new Locale('it', 'IT', 'it');
2992
+ Locale.CHINESE = new Locale('zh');
2993
+ Locale.ROMANIAN = new Locale('ro');
2994
+ Locale.SWEDISH = new Locale('sv');
2995
+ Locale.SWEDEN = new Locale('sv', 'SE', 'sv');
2996
+ Locale.HINDI = new Locale('hi');
2997
+ Locale.RUSSIAN = new Locale('ru');
2990
2998
  }
2991
2999
 
2992
3000
  /***/ }),