Skip to content

Commit f709c97

Browse files
Ashley Gaulaurenzlong
authored andcommitted
fix(firestore-translate-text): make LOCATION immutable, LANGUAGES should be mutable(#126)
1 parent 1fdaca1 commit f709c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore-translate-text/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ params:
8181
value: asia-northeast1
8282
default: us-central1
8383
required: true
84+
immutable: true
8485

8586
- param: LANGUAGES
8687
label: Target languages for translations, as a comma-separated list
@@ -94,7 +95,6 @@ params:
9495
validationErrorMessage:
9596
Languages must be a comma-separated list of ISO-639-1 language codes.
9697
required: true
97-
immutable: true
9898

9999
- param: COLLECTION_PATH
100100
label: Collection path

0 commit comments

Comments
 (0)