mirror of
https://github.com/amidaware/tacticalrmm-web.git
synced 2026-04-26 04:25:51 +03:00
[PR #41] WIP: Translate in italian with i18n #41
Labels
No labels
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm-web#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/tacticalrmm-web/pull/41
Author: @ProvaTeams
Created: 8/29/2025
Status: 🔄 Open
Base:
develop← Head:develop📝 Commits (1)
88efe45WIP: Translate in italian with i18n📊 Changes
8 files changed (+152 additions, -9 deletions)
View changed files
📝
package-lock.json(+78 -1)📝
package.json(+1 -0)📝
quasar.config.js(+1 -1)➕
src/boot/i18n.ts(+6 -0)➕
src/i18n.ts(+21 -0)➕
src/locales/en.ts(+6 -0)➕
src/locales/it.ts(+6 -0)📝
src/views/LoginView.vue(+33 -7)📄 Description
I tried using i18n to translate the project into Italian, using a single file to make it easy to add new languages.
At the moment, I have only translated the login page because the connection with the backend is not working properly, giving CORS errors.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.