Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
luokelong opened this issue Jun 3, 2024 · 1 comment
Open

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

luokelong opened this issue Jun 3, 2024 · 1 comment
Labels
extension: firestore-translate-text Related to firestore-translate-text extension type: feature request New feature or request

Comments

@luokelong
Copy link

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.",
            },
        ],
    }
@luokelong luokelong added the type: feature request New feature or request label Jun 3, 2024
@ryutosh
Copy link

ryutosh commented Jul 11, 2024

+1 !!

@pr-Mais pr-Mais added the extension: firestore-translate-text Related to firestore-translate-text extension label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension: firestore-translate-text Related to firestore-translate-text extension type: feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants