mirror of
https://github.com/solero/houdini.git
synced 2024-11-10 05:08:19 +00:00
Language bitmask enum
Going to be used in future for server configuration
This commit is contained in:
parent
ac246fda18
commit
c5d2b6e03b
@ -11,6 +11,13 @@ class ConflictResolution(enum.Enum):
|
|||||||
Exception = 2
|
Exception = 2
|
||||||
|
|
||||||
|
|
||||||
|
class Language(enum.Enum):
|
||||||
|
En = 1
|
||||||
|
Pt = 2
|
||||||
|
Fr = 4
|
||||||
|
Es = 8
|
||||||
|
De = 32
|
||||||
|
Ru = 64
|
||||||
class PenguinStringCompiler(OrderedDict):
|
class PenguinStringCompiler(OrderedDict):
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
|
Loading…
Reference in New Issue
Block a user