Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit f010691

Browse filesBrowse files
authored
Update docs (#526)
1 parent 9d82b3f commit f010691
Copy full SHA for f010691

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
rules: [
3333
// ...
3434
{
35-
resourceQuery: /blockType=i18n/,
35+
resourceQuery: /blockType=fluent/,
3636
loader: 'fluent-vue-loader',
3737
},
3838
// ...
@@ -43,7 +43,7 @@ module.exports = {
4343

4444
## Example
4545

46-
Example of `App.vue` with `i18n` custom block:
46+
Example of `App.vue` with custom block:
4747

4848
```vue
4949
<template>
@@ -56,7 +56,7 @@ export default {
5656
}
5757
</script>
5858
59-
<i18n locale="en">
59+
<fluent locale="en">
6060
hello = hello world!
61-
</i18n>
61+
</fluent>
6262
```

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.