Skip to content

Commit 28c3eba

Browse files
Pavelcabljac
authored andcommitted
docs: update readme
1 parent 59ca4be commit 28c3eba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

firestore-translate-text/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,13 @@ To install an extension, your project must be on the [Blaze (pay as you go) plan
7070
* Languages field name: What is the name of the field that contains the languages that you want to translate into? This field is optional. If you don't specify it, the extension will use the languages specified in the LANGUAGES parameter.
7171

7272

73-
* Translate existing documents?: Should existing documents in the Firestore collection be translated as well? If you've added new languages since a document was translated, this will fill those in as well.
74-
75-
7673

7774

7875
**Cloud Functions:**
7976

8077
* **fstranslate:** Listens for writes of new strings to your specified Cloud Firestore collection, translates the strings, then writes the translated strings back to the same document.
8178

82-
<!-- * **fstranslatebackfill:** Searches your specified Cloud Firestore collection for existing documents, translates the strings into any missing languages, then writes the translated strings back to the same document. -->
79+
* **fstranslatebackfill:** Searches your specified Cloud Firestore collection for existing documents, translates the strings into any missing languages, then writes the translated strings back to the same document.
8380

8481

8582

0 commit comments

Comments
 (0)