# Translator

Published 2024-01-30

# Directly usable functions and values

from src.translator import Translate
from src.logger import print

print(Translate("Hello world!"))

# Description

Provides a standard translation interface. All settings are handled on the interface side, so everything wrapped in the Translate() function automatically get's the correct language.

All functions in src.helpers already use this interface by default.