summaryrefslogtreecommitdiff
path: root/strings.py
diff options
context:
space:
mode:
Diffstat (limited to 'strings.py')
-rw-r--r--strings.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/strings.py b/strings.py
deleted file mode 100644
index 80b7dac..0000000
--- a/strings.py
+++ /dev/null
@@ -1,12 +0,0 @@
-__strings = {
- 'Включать': 'Status',
- 'generation': 'Generation',
- 'gs': 'GS',
- 'ri': 'RI',
- 'errors': 'Errors'
-}
-
-
-def lang(key):
- global __strings
- return __strings[key] if key in __strings else f'{{{key}}}'