OpenVoiceOS/buildroot-external/board/raspberrypi/rootfs-overlay/usr/lib/python3.10/site-packages/pendulum/locales/da/custom.py

23 lines
451 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
"""
da custom locale file.
"""
translations = {
# Relative time
"after": "{0} efter",
"before": "{0} før",
# Date formats
"date_formats": {
"LTS": "HH:mm:ss",
"LT": "HH:mm",
"LLLL": "dddd [d.] D. MMMM YYYY HH:mm",
"LLL": "D. MMMM YYYY HH:mm",
"LL": "D. MMMM YYYY",
"L": "DD/MM/YYYY",
},
}