firebase / firebase/extensions

🐛 [firestore-translate-text] can not translate array field

Open
#2,110 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.