From 100eb58ac51bb564ba66d8214d19a2135a8aec7a Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Sat, 22 Jul 2023 17:07:21 -0400 Subject: [PATCH] Add usage instructions for make translations-init (#2373) * Add usage instructions for make translations-init --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bfe31dd2..ea279008 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ shell: python manage.py shell translations-init: + # make translations-init lang=af pybabel init -i messages.pot -d CTFd/translations -l $(lang) translations-extract: