refactor: переименовать расширение в templateFileGenerator
- идентификатор расширения переименован с templateForge на templateFileGenerator - обновлены команды, настройки и конфигурация - обновлены ссылки на репозиторий - версия обновлена до 1.0.2 - обновлены локализации (en, ru) - обновлена документация (README, CHANGELOG)
This commit is contained in:
@@ -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": "Язык интерфейса расширения"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user