§
    $$}g-  ã                   ó   — d dl mZ d„ ZdS )é    ©Úlanguage_mapc                 ó   — d„ | D ¦   «         S )a  
    Returns the candidates from the supported languages codes.
    :param language_codes:
        A list of language codes, e.g. ['en', 'es'] in ISO 639 Standard.
    :type language_codes: list
    :return: Returns list[str] representing supported languages
    :rtype: list[str]
    c                 óD   — g | ]}|t           v ¯t           |         D ]}|‘ŒŒS © r   )Ú.0ÚlanguageÚlanguage_codes      úu/var/www/py-google-trends/myenv/lib/python3.11/site-packages/dateparser/custom_language_detection/language_mapping.pyú
<listcomp>z!map_languages.<locals>.<listcomp>   sC   € ð ð ð àØ•|Ð#Ð#Ý)¨(Ô3ð $Ð#Øð 	à#Ð#Ð#Ð#ó    r   )Úlanguage_codess    r   Úmap_languagesr      s#   € ðð à&ðñ ô ð r   N)Údateparser.data.languages_infor   r   r   r   r   ú<module>r      s0   ðØ 7Ð 7Ð 7Ð 7Ð 7Ð 7ðð ð ð ð r   