| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/docutils/languages/__pycache__/ |
Upload File : |
�
N=&bi � �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 �=/usr/lib/python3/dist-packages/docutils/languages/__init__.py�__init__zLanguageImporter.__init__"