Skip to content

Commit 263ad32

Browse files
committed
chore(README): finishing touches
1 parent e82a869 commit 263ad32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ The key corresponds to the HTML attribute to be localized, and the value is the
289289

290290
If you want to pass dynamic values for the string, those should come after the value for each key; the series of additional parameters is expected to be appendeded to the token, prepended with a separator so that the directive will walk through and replace the numbered place holders with their values.
291291

292+
__NOTE:__ They work the same way as the original `i18n` directive, but instead of updating the element content, they update their associated HTML attribute.
293+
292294
### locale Service
293295

294296
The `locale` service is an equivalent to the `i18n` directive and can be used to generate localized results in situations where the directive cannot be used:

0 commit comments

Comments
 (0)