mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/language-data.git
synced 2026-04-21 09:42:22 +08:00
11 lines
272 B
Python
11 lines
272 B
Python
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class LanguageDataConfig(AppConfig):
|
|
name = "weblate_language_data"
|
|
label = "weblate_language_data"
|
|
verbose_name = "Weblate Language Data"
|