From 785b53aaa43ce83485cc15a8e88c92bcb6dca4a5 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 17 Apr 2022 01:09:44 +0200 Subject: [PATCH] rename translate --- contribute/index.md | 2 +- contribute/{translation.md => translate.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename contribute/{translation.md => translate.md} (100%) diff --git a/contribute/index.md b/contribute/index.md index 71214e99..880172e6 100644 --- a/contribute/index.md +++ b/contribute/index.md @@ -7,7 +7,7 @@ We welcome everyone to help with InvenTree however they can! While there are a few suggestion how you could do your part we are very much open for new ideas. Ways to help: -- [Help with translations](translation) +- [Help with translations](translate) - [Answer quesions](community) - [Suggest features](community) - [Submit PRs / help with testing](code) diff --git a/contribute/translation.md b/contribute/translate.md similarity index 100% rename from contribute/translation.md rename to contribute/translate.md