Skip to content

Commit 1076023

Browse files
authored
Update README with regex usage warning
1 parent 57bda70 commit 1076023

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,8 @@ When creating manual translations, use this file as sparingly as you would use r
646646
### Regex Usage
647647
Text translation files support regexes as well. Always remember to use regexes sparingly and scope them to avoid performance issues.
648648

649+
**Warning:** Regexes can be placed in any file inside of the Text folder **except for all automatically generated files** that start with `_` (i.e. they won't work if placed inside `_AutoGeneratedTranslations.txt`).
650+
649651
Regexes can be applied to translations in two different ways. The following two sections describes these two ways:
650652

651653
#### Standard Regex Translation

0 commit comments

Comments
 (0)