added permission wrapper
This commit is contained in:
parent
f7042ed8a7
commit
f186e079da
29 changed files with 860 additions and 788 deletions
|
@ -2,6 +2,8 @@
|
|||
# This file was automatically created from localization JSON files.
|
||||
# DO NOT EDIT THIS FILE DIRECTLY. If you want to edit a translation, please use the language's JSON file.
|
||||
|
||||
#fmt: off
|
||||
|
||||
from typing import Literal, List
|
||||
Language=Literal['en', 'es', 'fi', 'fr', 'it']
|
||||
languages: List[Language] = ['en', 'es', 'fi', 'fr', 'it']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue