diff --git a/src/App.vue b/src/App.vue index 722d52ae..302680a0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,29 +1,24 @@ + + diff --git a/src/locales/en.json b/src/locales/en.json index 2bae4579..a6645154 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -61,7 +61,7 @@ "import_from_json": "Import from JSON/CSV", "loop_this_video": "Loop this Video", "auto_play_next_video": "Auto Play next Video", - "donations": "Donations", + "donations": "Development donations", "minimize_description": "Minimize Description", "show_description": "Show Description", "minimize_recommendations": "Minimize Recommendations", @@ -108,7 +108,11 @@ "time_code": "Time code (in seconds)", "show_chapters": "Chapters", "store_search_history": "Store Search history", - "hide_watched": "Hide watched videos in the feed" + "hide_watched": "Hide watched videos in the feed", + "documentation": "Documentation", + "status_page": "Status", + "source_code": "Source code", + "instance_donations": "Instance donations" }, "comment": { "pinned_by": "Pinned by", diff --git a/src/main.js b/src/main.js index 1ac91c1d..0737f6b8 100644 --- a/src/main.js +++ b/src/main.js @@ -17,6 +17,9 @@ import { faXmark, faClone, faShare, + faBook, + faServer, + faDonate, } from "@fortawesome/free-solid-svg-icons"; import { faGithub, faBitcoin } from "@fortawesome/free-brands-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome"; @@ -39,6 +42,9 @@ library.add( faXmark, faClone, faShare, + faBook, + faServer, + faDonate, ); import router from "@/router/router.js";