From e0ca9eb38029af1b4d4d6da6e5644221a90cdf72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Pi=C3=A9tri?= Date: Thu, 18 Feb 2021 18:41:51 +0100 Subject: [PATCH] fix: :pencil2: locale != local --- docker/settings_local.template.py | 2 +- re2o/settings_default.py | 2 +- re2o/settings_local.example.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/settings_local.template.py b/docker/settings_local.template.py index 654b5ce9..e8d6f4ae 100644 --- a/docker/settings_local.template.py +++ b/docker/settings_local.template.py @@ -20,7 +20,7 @@ # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -"""re2o.settings_locale +"""re2o.settings_local The file with all the available options for a locale configuration of re2o """ diff --git a/re2o/settings_default.py b/re2o/settings_default.py index fae7d4a1..00f64512 100644 --- a/re2o/settings_default.py +++ b/re2o/settings_default.py @@ -20,7 +20,7 @@ # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -"""re2o.settings_locale +"""re2o.settings_local The file with all the available options for a locale configuration of re2o """ diff --git a/re2o/settings_local.example.py b/re2o/settings_local.example.py index ef5b3f43..a70663db 100644 --- a/re2o/settings_local.example.py +++ b/re2o/settings_local.example.py @@ -20,7 +20,7 @@ # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -"""re2o.settings_locale +"""re2o.settings_local The file with all the available options for a locale configuration of re2o """