Skip to content

Commit d64c19a

Browse files
update voice of using this ext; wordsmith steps of test it out
1 parent 3b67dbd commit d64c19a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

firestore-translate-text/POSTINSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
To test out this extension, follow these steps:
44

5-
1. Go to the [Cloud Firestore tab](https://console.firebase.google.com/project/${param:PROJECT_ID}/database/firestore/data).
5+
1. Go to your [Cloud Firestore dashboard](https://console.firebase.google.com/project/${param:PROJECT_ID}/database/firestore/data).
66

77
1. If it doesn't exist already, create a collection called `${param:COLLECTION_PATH}`.
88

9-
1. Create a document with a field named `${param:INPUT_FIELD_NAME}` and make its value a word or phrase that you want to translate.
9+
1. Create a document with a field named `${param:INPUT_FIELD_NAME}`, then make its value a word or phrase that you want to translate.
1010

11-
1. In a few seconds, you'll see a new field called `${param:OUTPUT_FIELD_NAME}` pop up in the same document you just created; it will contain the translations for each language specified.
11+
1. In a few seconds, you'll see a new field called `${param:OUTPUT_FIELD_NAME}` pop up in the same document you just created. It will contain the translations for each language you specified during installation.
1212

1313
### Using the extension
1414

15-
Whenever a string is written to the field `${param:INPUT_FIELD_NAME}` in `${param:COLLECTION_PATH}`, this extension:
15+
Whenever you write a string to the field `${param:INPUT_FIELD_NAME}` in `${param:COLLECTION_PATH}`, this extension:
1616
- Translates the string into your specified target language(s); the source language of the string is automatically detected.
1717
- Adds the translated string to `${param:OUTPUT_FIELD_NAME}` in the same document using the following format:
1818

0 commit comments

Comments
 (0)