Fix Lokalise key reference link

Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
This commit is contained in:
Steve Repsher 2024-03-14 15:56:54 -04:00
parent 95b119301b
commit ad25db4cc9
No known key found for this signature in database
GPG Key ID: 8CF4F9FD511B98D7
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ const testReviver = (_key, value) =>
* be included in src/translations/en.json, but still be usable while
* developing locally.
*
* @link https://docs.lokalise.co/article/KO5SZWLLsy-key-referencing
* @link https://docs.lokalise.com/en/articles/1400528-key-referencing
*/
const KEY_REFERENCE = /\[%key:([^%]+)%\]/;
const lokaliseTransform = (data, path, original = data) => {