Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Feb 28, 2024
1 parent 78804fc commit 1d2c4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint-i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
/**
* Applies the following lint rules to the src/i18n/strings/en_EN.json file:
* + ensures the translation key is not equal to its value
* + ensures the translation key contains only alphanumerics and underscores
* + ensures the translation key contains only alphanumerics and underscores (temporarily allows @ and . for compatibility)
* + ensures no forbidden hardcoded words are found (specified new line delimited in environment variable HARDCODED_WORDS)
* unless they are explicitly allowed (keys specified new line delimited in environment variable ALLOWED_HARDCODED_KEYS)
*
Expand Down

0 comments on commit 1d2c4e6

Please sign in to comment.