mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/language-data.git
synced 2026-04-23 10:02:17 +08:00
18 lines
403 B
YAML
18 lines
403 B
YAML
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
#
|
|
# This file is maintained in https://github.com/WeblateOrg/meta/
|
|
|
|
# We do not enforce heading
|
|
first-line-heading: false
|
|
|
|
# Table style is not well aligned with Unicode
|
|
table-column-style: false
|
|
|
|
# Avoid length limit checks
|
|
line-length: false
|
|
|
|
# Allow manual markup for branding
|
|
html:
|
|
allowed_elements: [a, img]
|