Skip to content

refactor(vue): inline t() directly, remove const label intermediaries#23

Merged
vitormattos merged 8 commits intomainfrom
refactor/inline-t-in-vue-components
Mar 20, 2026
Merged

refactor(vue): inline t() directly, remove const label intermediaries#23
vitormattos merged 8 commits intomainfrom
refactor/inline-t-in-vue-components

Conversation

@vitormattos
Copy link
Member

Remove all const xxx = t('profile_fields', '...') patterns that served only as template intermediaries. Call t() directly at the point of use in templates and scripts.

…h inline t()

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
… labels

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
…r arrays

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
… from setup()

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
…ve const labels

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
…label block

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
…label block

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
@vitormattos vitormattos merged commit 556a4d9 into main Mar 20, 2026
21 of 23 checks passed
@vitormattos vitormattos deleted the refactor/inline-t-in-vue-components branch March 20, 2026 16:51
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 this pull request may close these issues.

1 participant