[PR #740] [CLOSED] Feat: Italian translation #1249

Closed
opened 2025-11-09 10:09:02 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/740
Author: @ghost
Created: 9/12/2024
Status: Closed

Base: mainHead: main


📝 Commits (5)

  • d6541f5 Feat: Italian translation
  • bcf0b54 Merge branch 'main' into main
  • d336e5b Merge branch 'main' into main
  • 5d4701a Merge branch 'main' into main
  • 162b3ce Merge branch 'main' into main

📊 Changes

19 files changed (+354 additions, -1 deletions)

View changed files

web/i18n/it/a11y/dialog.json (+5 -0)
web/i18n/it/a11y/donate.json (+4 -0)
web/i18n/it/a11y/general.json (+3 -0)
web/i18n/it/a11y/save.json (+12 -0)
web/i18n/it/a11y/tabs.json (+3 -0)
web/i18n/it/about.json (+16 -0)
web/i18n/it/button.json (+19 -0)
web/i18n/it/dialog.json (+24 -0)
web/i18n/it/donate.json (+36 -0)
web/i18n/it/error.json (+52 -0)
web/i18n/it/general.json (+7 -0)
web/i18n/it/notification.json (+4 -0)
web/i18n/it/receiver.json (+5 -0)
web/i18n/it/remux.json (+3 -0)
web/i18n/it/save.json (+23 -0)
web/i18n/it/settings.json (+124 -0)
web/i18n/it/tabs.json (+8 -0)
web/i18n/it/updates.json (+4 -0)
📝 web/i18n/languages.json (+2 -1)

📄 Description

Not sure if it can already be merged but at least I've done all of the translating already


🔄 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/imputnet/cobalt/pull/740 **Author:** [@ghost](https://github.com/ghost) **Created:** 9/12/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`d6541f5`](https://github.com/imputnet/cobalt/commit/d6541f5949eb62e91307c6cc043362da681b63b5) Feat: Italian translation - [`bcf0b54`](https://github.com/imputnet/cobalt/commit/bcf0b54141d9bbc8694aefd52b9b9e9b0f1e0bc6) Merge branch 'main' into main - [`d336e5b`](https://github.com/imputnet/cobalt/commit/d336e5bd2eda2ee5069631681e5d897b69dcc9be) Merge branch 'main' into main - [`5d4701a`](https://github.com/imputnet/cobalt/commit/5d4701a00597625637f101b36e783028e4ad9250) Merge branch 'main' into main - [`162b3ce`](https://github.com/imputnet/cobalt/commit/162b3cebe9460ae0943ef162b8971e049d060406) Merge branch 'main' into main ### 📊 Changes **19 files changed** (+354 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `web/i18n/it/a11y/dialog.json` (+5 -0) ➕ `web/i18n/it/a11y/donate.json` (+4 -0) ➕ `web/i18n/it/a11y/general.json` (+3 -0) ➕ `web/i18n/it/a11y/save.json` (+12 -0) ➕ `web/i18n/it/a11y/tabs.json` (+3 -0) ➕ `web/i18n/it/about.json` (+16 -0) ➕ `web/i18n/it/button.json` (+19 -0) ➕ `web/i18n/it/dialog.json` (+24 -0) ➕ `web/i18n/it/donate.json` (+36 -0) ➕ `web/i18n/it/error.json` (+52 -0) ➕ `web/i18n/it/general.json` (+7 -0) ➕ `web/i18n/it/notification.json` (+4 -0) ➕ `web/i18n/it/receiver.json` (+5 -0) ➕ `web/i18n/it/remux.json` (+3 -0) ➕ `web/i18n/it/save.json` (+23 -0) ➕ `web/i18n/it/settings.json` (+124 -0) ➕ `web/i18n/it/tabs.json` (+8 -0) ➕ `web/i18n/it/updates.json` (+4 -0) 📝 `web/i18n/languages.json` (+2 -1) </details> ### 📄 Description Not sure if it can already be merged but at least I've done all of the translating already --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:09:02 -06:00
Sign in to join this conversation.