firebase / firebase/extensions
🐛 [firestore-translate-text] can not translate array field
Open
extension: firestore-translate-text
type: feature request
- Dominant language
- TypeScript
- Stars
- 979
- Forks
- 433
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 125
Description
### What feature would you like to see?
There has a problem that the extention[firestore-translate-text] can not translate an array object like under "second":
input field:
```
{
first: "who are you?",
second: [
{
title: "about us",
summary: "We are top 100 web developer.",
},
{
title: "contact us",
summary: "You can contact us from email.",
},
],
}
```
Contributor guide
Assessment
This issue has not been assessed yet.