locale-service 0.1.1 → 0.1.2

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/lib/locales.js CHANGED
@@ -596,6 +596,7 @@ exports.locales = {
596
596
  "c": "MM/dd/yyyy",
597
597
  "d": 7,
598
598
  "e": "٫",
599
+ "f": "٬",
599
600
  "h": "IRR",
600
601
  "i": "ريال"
601
602
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "locale-service",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Locale Service",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./src/index.ts",
package/src/locales.ts CHANGED
@@ -595,6 +595,7 @@ export const locales: any = {
595
595
  "c": "MM/dd/yyyy",
596
596
  "d": 7,
597
597
  "e": "٫",
598
+ "f": "٬",
598
599
  "h": "IRR",
599
600
  "i": "ريال"
600
601
  },