firebase / extensions

Source code for official Firebase extensions
https://firebase.google.com/products/extensions
Apache License 2.0
882 stars 374 forks source link

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

Open luokelong opened 3 weeks ago

luokelong commented 3 weeks ago

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.",
            },
        ],
    }