mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-08 15:48:08 +00:00
9 lines
228 B
Python
9 lines
228 B
Python
from typing import *
|
|
|
|
|
|
# rust/src/ui/translations/export.rs
|
|
def language_name() -> str:
|
|
"""Get the name of the current language."""
|
|
from trezortranslate_keys import TR # noqa: F401
|
|
"""Translation object with attributes."""
|