vms-multilanguage-locals 6.0.0 → 7.0.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.
Files changed (2) hide show
  1. package/locales/en.json +2 -1
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -553,7 +553,8 @@
553
553
  "fuel_refills_report": "Fuel Refills Report",
554
554
  "fuel_removal_report": "Fuel Removal Report",
555
555
  "daily_fuel_consumption_report": "Daily Fuel Consumption Report",
556
- "monthly_fuel_consumption_report": "Monthly Fuel Consumption Report"
556
+ "monthly_fuel_consumption_report": "Monthly Fuel Consumption Report",
557
+ "bus_management": "Bus Management"
557
558
  },
558
559
  "menu_fleet": {
559
560
  "fleet_vendor": "Fleet Vendor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "6.0.0",
3
+ "version": "7.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,