We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e1574 commit 9bab3c5Copy full SHA for 9bab3c5
internal/i18n/data/README.md
@@ -6,7 +6,7 @@ This folder contains the [localization](https://wikipedia.org/wiki/Language_loca
6
at the source:
7
8
- **en.po** - edit the string in the source code file indicated by the comment above it <br /> e.g., a comment
9
- `#: commands/upload/upload.go:615` indicates the source string is at line 615 of the file
10
- [`commands/upload/upload.go`](../../../commands/upload/upload.go)
+ `#: internal/cli/lib/check_deps.go:102` indicates the source string is at line 102 of the file
+ [`internal/cli/lib/check_deps.go`](../../../internal/cli/lib/check_deps.go)
11
- **All other files** - the localization is done on **Transifex**: <br />
12
https://explore.transifex.com/arduino-1/arduino-cli/
0 commit comments