/usr/local/lib/python3.9/site-packages/django/core/management/commands/__pycache__
a Ӱ�hP � @ st d dl Z d dlZd dlZd dlZd dlmZ d dlmZm Z d dl mZmZm Z dd� Zdd� ZG d d � d e�ZdS )� N)�Path)�BaseCommand�CommandError)�find_command�is_ignored_path� popen_wrapperc C sJ | � d��}|�d�}W d � n1 s*0 Y |�tjtjtjf�S )N�rb� )�open�read� startswith�codecs�BOM_UTF8�BOM_UTF16_LE�BOM_UTF16_BE)�fn�f�sample� r �Y/usr/local/lib/python3.9/site-packages/django/core/management/commands/compilemessages.py�has_bom s (�r c C sT z:t | d�� t�| d � W d � n1 s.0 Y W n tyN Y dS 0 dS )N�aFT)r �os�utime�OSError)�pathr r r �is_writable s .r c @ s6 e Zd ZdZg ZdZdgZdd� Zdd� Zdd � Z d S )�CommandzECompiles .po files to .mo files for use with builtin gettext support.Zmsgfmtz--check-formatc C sX |j dddg dd� |j dddg dd� |j d d ddd d� |j ddddg ddd� d S )Nz--localez-l�appendzYLocale(s) to process (e.g. de_AT). Default is to process all. Can be used multiple times.)�action�default�helpz --excludez-xz@Locales to exclude. Default is none. Can be used multiple times.z--use-fuzzy�-f�fuzzy� store_truezUse fuzzy translations.)�destr r! z--ignorez-i�ignore_patternsZPATTERNzWIgnore directories matching this glob-style pattern. Use multiple times to ignore more.)r r% r �metavarr! )�add_argument)�self�parserr r r � add_arguments&