fleetmap-reports 1.0.224 → 1.0.225
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/package.json +1 -1
- package/src/kms-report.js +1 -0
package/package.json
CHANGED
package/src/kms-report.js
CHANGED
|
@@ -228,6 +228,7 @@ function exportKmsReportToExcel(userData, reportData) {
|
|
|
228
228
|
console.log('Export to Excel')
|
|
229
229
|
|
|
230
230
|
const lang = userData.user.attributes.lang || (navigator && navigator.language)
|
|
231
|
+
console.log(lang)
|
|
231
232
|
const translations = messages[lang] ? messages[lang] : messages['en-GB']
|
|
232
233
|
|
|
233
234
|
const settings = {
|