diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/docs/_config.yml b/docs/_config.yml index 968ced4..4af9cc1 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,4 +1,4 @@ -title: Translations checker for Laravel +title: Translations checker description: Help you find translations you forgot to add to your language files, theme: just-the-docs diff --git a/docs/index.md b/docs/index.md index 5c1988a..0e6624a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ nav_enabled: true nav_order: 1 --- -# Translation Checker +# Translation Checker for Laravel Translation Checker is tool designed to help you find translations you forgot to add to your language files, check, and maintain translations in your project. It provides a set of commands to help with language files, ensuring consistency and completeness across your translations. It works with Laravel and supports various frontend frameworks like Vue.js, React, and Svelte.