bfg-common 1.3.197 → 1.3.199
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/assets/localization/local_be.json +5 -1
- package/assets/localization/local_en.json +5 -1
- package/assets/localization/local_hy.json +2340 -2336
- package/assets/localization/local_kk.json +5 -1
- package/assets/localization/local_ru.json +6 -2
- package/assets/localization/local_zh.json +5 -1
- package/package.json +1 -1
|
@@ -2332,5 +2332,9 @@
|
|
|
2332
2332
|
"wednesdays": "Wednesdays",
|
|
2333
2333
|
"thursdays": "Thursdays",
|
|
2334
2334
|
"fridays": "Fridays",
|
|
2335
|
-
"saturdays": "Saturdays"
|
|
2335
|
+
"saturdays": "Saturdays",
|
|
2336
|
+
"dayShort": "D",
|
|
2337
|
+
"weekShort": "W",
|
|
2338
|
+
"monthShort": "M",
|
|
2339
|
+
"yearShort": "Y"
|
|
2336
2340
|
}
|