From 52720f91c32d15e2903da1c55e983568b9272aa1 Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Sun, 23 Mar 2025 20:14:10 +0100 Subject: [PATCH] chore: remove redundant file i18n integration comes later on --- babel.cfg | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 babel.cfg diff --git a/babel.cfg b/babel.cfg deleted file mode 100644 index a1339b8..0000000 --- a/babel.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# How setup this file -# http://babel.pocoo.org/en/latest/setup.html -# this file description: -# http://babel.pocoo.org/en/latest/messages.html#extraction-method-mapping-and-configuration - -# Extraction from Jinja2 HTML templates -[jinja2: **/**.html] -encoding = utf-8 -ignore_tags = script,style -include_attrs = alt title summary placeholder