mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-15 03:31:38 +01:00
Tools/ss14_ru QOL (#3298)
This commit is contained in:
@@ -1 +1 @@
|
||||
from fluentformatter import FluentFile, FluentFormatter
|
||||
from fluentformatter import FluentFile, FluentFormatter
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import re
|
||||
import chardet
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import logging
|
||||
from datetime import datetime
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import re
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import typing
|
||||
import typing
|
||||
|
||||
from fluent.syntax import ast
|
||||
from yamlmodels import YAMLElements
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import typing
|
||||
import typing
|
||||
|
||||
from fluent.syntax import ast, FluentParser, FluentSerializer
|
||||
from lokalisemodels import LokaliseKey
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from fluent.syntax import ast
|
||||
from fluent.syntax import ast
|
||||
from fluentast import FluentAstAbstract
|
||||
from pydash import py_
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from fluent.syntax import ast
|
||||
from fluent.syntax import ast
|
||||
from fluentast import FluentAstAbstract
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Форматтер, приводящий fluent-файлы (.ftl) в соответствие стайлгайду
|
||||
# path - путь к папке, содержащий форматируемые файлы. Для форматирования всего проекта, необходимо заменить значение на root_dir_path
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
import typing
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import typing
|
||||
import logging
|
||||
|
||||
from pydash import py_
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from fluent.syntax import ast
|
||||
from fluent.syntax import ast
|
||||
|
||||
from fluentast import FluentAstMessage
|
||||
from fluentastcomparer import FluentAstComparer
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import lokalise
|
||||
import lokalise
|
||||
import typing
|
||||
from lokalisemodels import LokaliseKey
|
||||
from pydash import py_
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import typing
|
||||
import typing
|
||||
import os
|
||||
from pydash import py_
|
||||
from project import Project
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import pathlib
|
||||
import pathlib
|
||||
import os
|
||||
import glob
|
||||
from file import FluentFile
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fluent==0.10.0
|
||||
pydash==8.0.1
|
||||
PyYAML==6.0.1
|
||||
chardet==5.2.0
|
||||
fluent==0.10.0
|
||||
pydash==8.0.5
|
||||
typing_extensions==4.9.0
|
||||
chardet
|
||||
PyYAML==6.0.2
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
import logging
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import logging
|
||||
import typing
|
||||
|
||||
from fluent.syntax import FluentParser, FluentSerializer
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
import os
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
|
||||
from fluent.syntax.parser import FluentParser
|
||||
from fluent.syntax.serializer import FluentSerializer
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
class YAMLEntity:
|
||||
class YAMLEntity:
|
||||
def __init__(self, id, name, description, suffix, parent_id = None):
|
||||
self.id = id
|
||||
self.name = name
|
||||
|
||||
Reference in New Issue
Block a user