Skip to content

feat(gettext): allow to add translations to the wrapper#953

Merged
susnux merged 1 commit into
mainfrom
feat/add-translations-to-wrapper
Jul 9, 2025
Merged

feat(gettext): allow to add translations to the wrapper#953
susnux merged 1 commit into
mainfrom
feat/add-translations-to-wrapper

Conversation

@susnux

@susnux susnux commented Jul 7, 2025

Copy link
Copy Markdown
Contributor

This allows us to only register what is needed.
Normally you would register everything at once,
but for performance reasons the nextcloud-vue
library only registers the translations of components that are really used.

@susnux susnux requested a review from Antreesy July 7, 2025 12:20
@susnux susnux added type: enhancement 🚀 New feature or request 3. to review 3️⃣ Waiting for reviews labels Jul 7, 2025
@susnux susnux force-pushed the feat/add-translations-to-wrapper branch from 4d78f43 to a1d6ca7 Compare July 7, 2025 12:43
@susnux susnux requested a review from ShGKme July 7, 2025 12:50
@susnux susnux mentioned this pull request Jul 7, 2025
3 tasks
This allows us to only register what is needed.
Normally you would register everything at once,
but for performance reasons the `nextcloud-vue`
library only registers the translations of components
that are really used.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux merged commit b2fec47 into main Jul 9, 2025
10 checks passed
@susnux susnux deleted the feat/add-translations-to-wrapper branch July 9, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review 3️⃣ Waiting for reviews type: enhancement 🚀 New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants