diff --git a/locales/en.yml b/locales/en.yml index 385e019b..e1197176 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -1,4 +1,27 @@ home: categories: newestTools: Newest tools - + favoriteTools: 'Your favorite tools' + allTools: 'All the tools' + subtitle: 'Handy tools for developers' + toggleMenu: 'Toggle menu' + home: Home + uiLib: 'UI Lib' + buyMeACoffee: 'Buy me a coffee' + follow: + title: 'You like it-tools?' + p1: 'Give us a star on' + githubRepository: 'IT-Tools'''' GitHub repository' + p2: 'or follow us on' + twitterAccount: 'IT-Tools'''' Twitter account' + thankYou: '! Thank you' + nav: + github: 'GitHub repository' + githubRepository: 'IT-Tools'''' GitHub repository' + twitter: 'Twitter account' + twitterAccount: 'IT Tools'''' Twitter account' + about: 'About IT-Tools' + aboutLabel: 'About' + darkMode: 'Dark mode' + lightMode: 'Light mode' + mode: 'Toggle dark/light mode' \ No newline at end of file diff --git a/src/components/NavbarButtons.vue b/src/components/NavbarButtons.vue index 653afdd2..cfc58cdd 100644 --- a/src/components/NavbarButtons.vue +++ b/src/components/NavbarButtons.vue @@ -7,39 +7,39 @@ const { isDarkTheme } = toRefs(styleStore);