We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b820ff commit 58c4dbeCopy full SHA for 58c4dbe
docs/guide/index.md
@@ -67,7 +67,8 @@ i18next
67
.use(i18nextXHRBackend)
68
.use(new PhraseInContextEditorPostProcessor({
69
phraseEnabled: true,
70
- projectId: '<YOUR_PHRASE_PROJECT_ID>'
+ projectId: '<YOUR_PHRASE_PROJECT_ID>' // Project ID is found in project settings.
71
+ accountId: '<YOUR_PHRASE_ACCOUNT_ID>' // Account ID is found in Strings organization settings.
72
}))
73
.init({
74
fallbackLng: 'en',
@@ -93,6 +94,7 @@ i18n
93
94
95
96
projectId: '<YOUR_PROJECT_ID>',
97
+ accountId: '<YOUR_ACCOUNT_ID>',
98
useOldICE: true,
99
100
```
0 commit comments