File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ wails build
8484
8585### Linting
8686
87- Install ` golangci-lint ` via the directions [ here ] ( https://golangci-lint.run/usage /install/#local-installation ) ,
88- but make sure to install the version specified in ` .github/workflows/push.yaml ` instead of whatever it suggests.
87+ Install ` golangci-lint ` via the directions [ in the Golangci-lint documentation ] ( https://golangci-lint.run/docs/welcome /install/#local-installation ) ,
88+ but make sure to install the version specified in [ ` .github/workflows/push.yaml ` ] ( ./.github/workflows/push.yml ) instead of whatever it suggests.
8989
9090Then, to run it, use:
9191
@@ -107,7 +107,7 @@ SMM handles localization through the Tolgee Svelte integration.
107107This allows for [ in-context translation] ( https://tolgee.io/js-sdk/ ) - simply alt-click on a translatable element to open the Tolgee interface.
108108
109109In order to edit translations in-context, you will need to provide a tolgee API key with edit permissions.
110- You can create an API key for yourself [ here ] ( https://translate.ficsit.app/projects/4/integrate ) once you're added to the project.
110+ You can create an API key for yourself [ in our Tolgee instance ] ( https://translate.ficsit.app/projects/4/integrate ) once you're added to the project.
111111To supply this API key at development time, create or edit ` /frontend/.env.local ` and supply the key in a similar format as ` .env ` .
112112
113113The in-context translation screenshot feature requires installing the _ Tolgee Tools_ browser extension.
You can’t perform that action at this time.
0 commit comments