language-data/weblate_language_data/utils.py
2025-02-05 14:40:41 +01:00

7 lines
144 B
Python

# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: MIT
def gettext_noop(message: str) -> str:
return message