@axium/tasks 0.4.9 → 0.4.10

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 +27 -0
  2. package/package.json +2 -1
@@ -0,0 +1,27 @@
1
+ {
2
+ "app_name": {
3
+ "tasks": "Tasks"
4
+ },
5
+ "tasks": {
6
+ "list_page_title": "Tasks — {name}",
7
+ "back_to_main": "Back to Tasks",
8
+ "new_list": "New List",
9
+ "list_init": {
10
+ "submit": "Create List",
11
+ "name": "Name",
12
+ "description": "Description <span class='subtle'>(optional)</span>"
13
+ },
14
+ "copy_id": "Copy ID",
15
+ "copy_link": "Copy Link",
16
+ "export_list": "Export",
17
+ "share_list": "Share",
18
+ "mark_all_complete": "Complete All",
19
+ "mark_all_pending": "Un-complete All",
20
+ "open_new_tab": "Open in New Tab",
21
+ "new_task": "Add Task",
22
+ "pending_heading": "Pending",
23
+ "pending_empty": "No pending tasks.",
24
+ "completed_heading": "Completed",
25
+ "completed_empty": "No completed tasks."
26
+ }
27
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/tasks",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "author": "James Prevett <axium@jamespre.dev>",
5
5
  "description": "Tasks for Axium",
6
6
  "funding": {
@@ -29,6 +29,7 @@
29
29
  "dist",
30
30
  "lib",
31
31
  "routes",
32
+ "locales",
32
33
  "db.json"
33
34
  ],
34
35
  "scripts": {