Split 49 modules/suites into independent git repos; untrack from monorepo
Each top-level module/suite folder is now its own private repo on GitHub (gsinghpal/<name>) and gitea (admin/<name>), with a fresh single initial commit. The monorepo no longer tracks them (added to .gitignore + git rm --cached); working-tree files are retained on disk and managed in their own repos. The monorepo keeps shared root files (CLAUDE.md, docs/, scripts/, tools/, AGENTS.md, WIP/obsolete dirs) and full history. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * iot_base
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-10-08 18:38+0000\n"
|
||||
"PO-Revision-Date: 2025-09-11 13:57+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: iot_base
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot_base/static/src/network_utils/longpolling.js:0
|
||||
msgid "Connection to IoT Box failed"
|
||||
msgstr ""
|
||||
|
||||
#. module: iot_base
|
||||
#. odoo-javascript
|
||||
#: code:addons/iot_base/static/src/network_utils/longpolling.js:0
|
||||
msgid "Failed to reach IoT Box at %s"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user