관리-도구
편집 파일: __init__.cpython-311.pyc
� P�Dgi � �T � d Z dZddlmZ ddlmZ G d� d� � Z e� � ZdS )zL This package contains modules for language-dependent features of Docutils. �reStructuredText� )� import_module)�normalize_language_tagc �: � e Zd ZdZdZdZdZd� Zd d�Zd� Z d d �Z dS )�LanguageImportera Import language modules. When called with a BCP 47 language tag, instances return a module with localisations from `docutils.languages` or the PYTHONPATH. If there is no matching module, warn (if a `reporter` is passed) and fall back to English. )zdocutils.languages.� zHLanguage "%s" not supported: Docutils-generated text will be in English.�enc � � i | _ d S �N)�cache)�selfs �{/builddir/build/BUILD/imunify360-venv-2.4.0/opt/imunify360/venv/lib/python3.11/site-packages/docutils/languages/__init__.py�__init__zLanguageImporter.__init__"