From 125346bb5c9b2b879d686a3a0d9e80a9b46afb8b Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Sun, 24 Mar 2024 03:11:00 +0000 Subject: [PATCH] Translation guide link added to readme --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 1f3f1d051c..1fc2e327e0 100644 --- a/readme.md +++ b/readme.md @@ -336,6 +336,8 @@ Need to do one of following: This application is built using [NodeJs](https://nodejs.org/). +Information on helping with translations of the web client [here](https://www.audiobookshelf.org/faq#how-do-i-help-with-translations). + ### Dev Container Setup The easiest way to begin developing this project is to use a dev container. An introduction to dev containers in VSCode can be found [here](https://code.visualstudio.com/docs/devcontainers/containers).