@ossy/timesheets 1.10.0 → 1.10.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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ossy/timesheets",
|
|
3
3
|
"description": "Analytics module — workspace analytics for website traffic",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"module": "./src/index.js",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"@ossy/router-react": "*",
|
|
28
28
|
"react": "*"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "2b8745d57fee8b6c08787e2755b4df489291a5cd"
|
|
31
31
|
}
|
package/src/en.translations.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timesheets
|
|
2
|
+
"timesheets/home.documentTitle": "Timesheets",
|
|
3
3
|
"timesheets.home.title": "Timesheets",
|
|
4
4
|
"timesheets.home.description": "Manage timesheets for your team. You can create new timesheets, edit existing ones, and delete timesheets that you no longer need."
|
|
5
5
|
}
|
package/src/sv.translations.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timesheets
|
|
2
|
+
"timesheets/home.documentTitle": "Tidrapportering",
|
|
3
3
|
"timesheets.home.title": "Tidrapportering",
|
|
4
4
|
"timesheets.home.description": "Hantera tidrapporter för ditt team. Skapa nya tidrapporter, redigera befintliga och ta bort tidrapporter du inte längre behöver."
|
|
5
5
|
}
|