fix tr()
This commit is contained in:
parent
0a618c40ad
commit
1afac2492b
@ -34,7 +34,7 @@ def locale_dir() -> str:
|
|||||||
|
|
||||||
def tr(key: FString, **kwargs: Union[str, int, float]) -> str:
|
def tr(key: FString, **kwargs: Union[str, int, float]) -> str:
|
||||||
"Shortcut to access Fluent translations."
|
"Shortcut to access Fluent translations."
|
||||||
return anki.lang.current_i18n.translate(key, *kwargs)
|
return anki.lang.current_i18n.translate(key, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
def openHelp(section):
|
def openHelp(section):
|
||||||
|
Loading…
Reference in New Issue
Block a user