From c8f3b89976ea11f32f954496d7b13c769ceed796 Mon Sep 17 00:00:00 2001 From: Lars Schou Date: Wed, 18 Sep 2024 09:29:13 +0200 Subject: [PATCH 1/2] Add .idea to .gitignore to exclude IDE files --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea From 0ade00091f0631516d1832bfc515b89f39dc0f27 Mon Sep 17 00:00:00 2001 From: Lars Schou Date: Wed, 18 Sep 2024 09:34:23 +0200 Subject: [PATCH 2/2] Fix title wrapping --- docs/_config.yml | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.