[PR #41] WIP: Translate in italian with i18n #41

Open
opened 2026-03-02 02:12:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm-web/pull/41
Author: @ProvaTeams
Created: 8/29/2025
Status: 🔄 Open

Base: developHead: develop


📝 Commits (1)

  • 88efe45 WIP: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/tacticalrmm-web/pull/41 **Author:** [@ProvaTeams](https://github.com/ProvaTeams) **Created:** 8/29/2025 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`88efe45`](https://github.com/amidaware/tacticalrmm-web/commit/88efe4598857f5a309ffa4d2607e458bdd8741ff) WIP: Translate in italian with i18n ### 📊 Changes **8 files changed** (+152 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm-web#41
No description provided.