Skip to content

Commit 1c3ebc0

Browse files
Update and rename docs/localizeFormat.md to docs/developers/core/localizeFormat.md
1 parent 966221d commit 1c3ebc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ translation system can extract it and translate into other languages.
44

55
## Implementation
66

7-
The implementation looks like this under the hood.
7+
The implementation behaves like this under the hood.
88
``` ts
99
function lf(s: string, ...args: any[]): string { // @ignorelf@
1010
let lfmt = _localizeStrings[s] || s;

0 commit comments

Comments
 (0)