refactor: переименовать расширение в templateFileGenerator

- идентификатор расширения переименован с templateForge на templateFileGenerator
- обновлены команды, настройки и конфигурация
- обновлены ссылки на репозиторий
- версия обновлена до 1.0.2
- обновлены локализации (en, ru)
- обновлена документация (README, CHANGELOG)
This commit is contained in:
2026-04-02 22:35:09 +03:00
parent a7ece0b22e
commit ced06e1ca8
10 changed files with 86 additions and 86 deletions

View File

@@ -1,8 +1,8 @@
{
"templateforge.createFromTemplate.title": "Создать из шаблона...",
"templateforge.configure.title": "Настроить Template Forge...",
"templateforge.config.templatesPath.description": "Путь к папке с шаблонами (относительно корня проекта)",
"templateforge.config.overwriteFiles.description": "Перезаписывать ли существующие файлы при генерации",
"templateforge.config.inputMode.description": "Режим ввода переменных: webview или inputBox",
"templateforge.config.language.description": "Язык интерфейса расширения"
}
"templateFileGenerator.createFromTemplate.title": "Создать из шаблона...",
"templateFileGenerator.configure.title": "Настроить генератор шаблонов...",
"templateFileGenerator.config.templatesPath.description": "Путь к папке с шаблонами (относительно корня проекта)",
"templateFileGenerator.config.overwriteFiles.description": "Перезаписывать ли существующие файлы при генерации",
"templateFileGenerator.config.inputMode.description": "Режим ввода переменных: webview или inputBox",
"templateFileGenerator.config.language.description": "Язык интерфейса расширения"
}