From 05a6117e6e41096bc0daf6744f2f79b4f1bae54f Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 11 Sep 2022 07:13:34 +1000 Subject: [PATCH] docs: fix simple typo, tranlations -> translations There is a small typo in flask_babel/__init__.py. Should read `translations` rather than `tranlations`. Signed-off-by: Tim Gates --- flask_babel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_babel/__init__.py b/flask_babel/__init__.py index bc3e4a2..e179a9f 100644 --- a/flask_babel/__init__.py +++ b/flask_babel/__init__.py @@ -509,7 +509,7 @@ def format_scientific(number, format=None): class Domain(object): - """Localization domain. By default will use look for tranlations in Flask + """Localization domain. By default will use look for translations in Flask application directory and "messages" domain - all message catalogs should be called ``messages.mo``. """