Local helper update (#420)
* local helper update
* Delete entities.ftl
* Helper Refactor
* Revert "Helper Refactor"
This reverts commit 4aca315593.
* Helper Refactor
* Жееесть, я не знал про setdefault у словарей
* Update localization_helper.py
* Ревёрт "Жееесть, я не знал про setdefault у словарей"
Лучше бы я продолжал не знать о них
* чтооооо
* Update yml_parser.py
* Update entities.ftl
---------
Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
@@ -15,9 +15,9 @@ class FTLParser(BaseParser):
|
||||
"""
|
||||
prototypes = {}
|
||||
|
||||
for path in self.get_files_paths():
|
||||
for path in self._get_files_paths():
|
||||
|
||||
if not self.check_file_extension(path, ".ftl"):
|
||||
if not self._check_file_extension(path, ".ftl"):
|
||||
continue
|
||||
|
||||
file = ftl_reader.read_ftl((path, self.errors_path))
|
||||
|
||||
Reference in New Issue
Block a user