diff --git a/locale/rougail_structural_bitwarden.pot b/locale/rougail_structural_bitwarden.pot index 9fb5a93..8ec599d 100644 --- a/locale/rougail_structural_bitwarden.pot +++ b/locale/rougail_structural_bitwarden.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2025-03-11 12:52+0100\n" +"POT-Creation-Date: 2025-05-12 08:39+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -15,27 +15,3 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" -#: src/rougail/structural_bitwarden/annotator.py:47 -msgid "only \"unix_user\" or \"secret\" variable type can have \"bitwarden\" attribute, but \"{0}\" has type \"{1}\"" -msgstr "" - -#: src/rougail/structural_bitwarden/annotator.py:50 -msgid "the variable \"{0}\" has attribute \"bitwarden\" but is a multi variable" -msgstr "" - -#: src/rougail/structural_bitwarden/annotator.py:59 -msgid "the variable \"{0}\" is a follower and leader variable (\"{1}\") is also in Bitwarden so this variable could not have default value" -msgstr "" - -#: src/rougail/structural_bitwarden/annotator.py:63 -msgid "the variable \"{0}\" is in Bitwarden so should have default value" -msgstr "" - -#: src/rougail/structural_bitwarden/config.py:31 -msgid "The secret pattern to build item name in Bitwarden" -msgstr "" - -#: src/rougail/structural_bitwarden/config.py:32 -msgid "The pattern is in Jinja format" -msgstr "" - diff --git a/src/rougail/structural_bitwarden/annotator.py b/src/rougail/structural_bitwarden/annotator.py index 3f0d4b6..9e08535 100644 --- a/src/rougail/structural_bitwarden/annotator.py +++ b/src/rougail/structural_bitwarden/annotator.py @@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ from rougail.error import DictConsistencyError from rougail.annotator.variable import Walk -from rougail.object_model import JinjaCalculation +from rougail.convert.object_model import JinjaCalculation from .i18n import _