This commit is contained in:
Damien Elmes 2020-02-24 18:37:02 +10:00
parent 0a618c40ad
commit 1afac2492b

View File

@ -34,7 +34,7 @@ def locale_dir() -> str:
def tr(key: FString, **kwargs: Union[str, int, float]) -> str:
"Shortcut to access Fluent translations."
return anki.lang.current_i18n.translate(key, *kwargs)
return anki.lang.current_i18n.translate(key, **kwargs)
def openHelp(section):