fault/fm-rest-api/fm/fm/common/i18n.py

13 lines
256 B
Python

#
# Copyright (c) 2018 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
import oslo_i18n
_translators = oslo_i18n.TranslatorFactory(domain='fm')
# The primary translation function using the well-known name "_"
_ = _translators.primary