Skip to content

Commit 58c4dbe

Browse files
authored
docs: add accountId to setup instructions (#185)
1 parent 4b820ff commit 58c4dbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guide/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ i18next
6767
.use(i18nextXHRBackend)
6868
.use(new PhraseInContextEditorPostProcessor({
6969
phraseEnabled: true,
70-
projectId: '<YOUR_PHRASE_PROJECT_ID>'
70+
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.
7172
}))
7273
.init({
7374
fallbackLng: 'en',
@@ -93,6 +94,7 @@ i18n
9394
.use(new PhraseInContextEditorPostProcessor({
9495
phraseEnabled: true,
9596
projectId: '<YOUR_PROJECT_ID>',
97+
accountId: '<YOUR_ACCOUNT_ID>',
9698
useOldICE: true,
9799
}))
98100
```

0 commit comments

Comments
 (0)