Skip to content

Commit

Permalink
Arduino IDE: new project (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
pereorga authored Sep 6, 2024
1 parent 5980770 commit 027f1ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cfg/projects/arduino-ide.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"project": "Arduino IDE",
"license": "AGPL-3.0-only",
"projectweb": "https://explore.transifex.com/arduino-1/ide2/",
"fileset": {
"arduino-ide": {
"url": "https://github.com/arduino/arduino-ide.git",
"type": "git"
}
}
}
1 change: 1 addition & 0 deletions src/builder/convertfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def _convert_json_files_to_po(self):

files = [
("ca.json", "en.json", "ca.json"),
("ca_ES.json", "en.json", "ca_ES.json"),
("ca.json", "en-US.json", "ca.json"),
("ca.i18n.json", "en.i18n.json", "ca.i18n.json"),
("main-ca.json", "main.json", "main-ca.json"),
Expand Down

0 comments on commit 027f1ed

Please sign in to comment.