tools/mmgotool: move into monorepo (#24010)

Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2023-07-17 16:15:58 +03:00
коммит произвёл GitHub
родитель 8ee38ee644
Коммит 38fd8cd6aa
7 изменённых файлов: 815 добавлений и 2 удалений

Просмотреть файл

@@ -332,11 +332,11 @@ app-layers: ## Extract interface from App struct
$(GO) run ./channels/app/layer_generators -in ./channels/app/app_iface.go -out ./channels/app/opentracing/opentracing_layer.go -template ./channels/app/layer_generators/opentracing_layer.go.tmpl
i18n-extract: ## Extract strings for translation from the source code
$(GO) install github.com/mattermost/mattermost-utilities/mmgotool@mono-repo
cd ../tools/mmgotool && $(GO) install .
$(GOBIN)/mmgotool i18n extract --portal-dir=""
i18n-check: ## Exit on empty translation strings and translation source strings
$(GO) install github.com/mattermost/mattermost-utilities/mmgotool@mono-repo
cd ../tools/mmgotool && $(GO) install .
$(GOBIN)/mmgotool i18n clean-empty --portal-dir="" --check
$(GOBIN)/mmgotool i18n check-empty-src --portal-dir=""