From de977baa1d743add20f7aa4e4eb0543d0b45b625 Mon Sep 17 00:00:00 2001 From: Iver Jordal Date: Wed, 1 Mar 2017 10:29:29 +0100 Subject: [PATCH] Fix typo "you app" -> "your app" --- tornado/locale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/locale.py b/tornado/locale.py index c1cb6792b..fed71a7b3 100644 --- a/tornado/locale.py +++ b/tornado/locale.py @@ -187,7 +187,7 @@ def load_gettext_translations(directory, domain): {directory}/{lang}/LC_MESSAGES/{domain}.mo - Three steps are required to have you app translated: + Three steps are required to have your app translated: 1. Generate POT translation file:: -- 2.47.2