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

Add Support for custom translations for "Add New" and "Add Another" buttons for Repeat Group #2795

Closed
shubham1g5 opened this issue Jul 30, 2024 · 0 comments · Fixed by #2843
Assignees
Milestone

Comments

@shubham1g5
Copy link
Contributor

shubham1g5 commented Jul 30, 2024

Spec

We want to add support for following repeat group button labels on mobile -

 <itext>
        <translation lang="en" default="">
          <text id="$repeat_group_id-add-new-label">
            <value>Repeat</value>
          </text>
         <text id="$repeat_group_id-add-another-label">
            <value>Repeat</value>
          </text>            
        </translation>
</itext>

This is already implemented on HQ and Web Apps in following PRs -

dimagi/Vellum#1119
dimagi/formplayer#1615
dimagi/commcare-core#1428

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants