From 6fd5230b66145835a57eb140438f886457a34268 Mon Sep 17 00:00:00 2001 From: kacperpONS <113175775+kacperpONS@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:14:38 +0100 Subject: [PATCH] Update README.md Co-authored-by: ryangrundy7 <35301276+ryangrundy7@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52041ae..4407e34 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ the following. This will update ALL language files. pipenv run pybabel update -i rh_ui/translations/messages.pot -d rh_ui/translations ``` -4. Complile the translations +4. Compile the translations > [!NOTE] > Double check your translation files (messages.po) for the `#, fuzzy` comment. This indicates that the tranlsation isn't an exact match and won't be rendered on the page. Double check the translations and remove any incorrectly matched lines, then remove the `fuzzy` comment.