Skip to content

Commit

Permalink
Add i18n to adapter-react-v5 in root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Nov 25, 2024
1 parent ab66c91 commit 5ccaa2d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ packages/admin/build-backend
packages/admin/README.md
/packages/jsonConfig/test/testSchema.js
/packages/jsonConfig/test/testSchema.js.map
/packages/adapter-react-v5/i18n/
1 change: 1 addition & 0 deletions packages/adapter-react-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
],
"files": [
"build/",
"i18n/",
"LICENSE",
"tasksExample.js",
"craco-module-federation.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-react-v5/src/assets/devices.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/adapter-react-v5/src/assets/rooms.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/adapter-react-v5/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function copyAllFiles() {
['src/assets/lamp_ceiling.svg', 'src/assets/lamp_table.svg', 'src/assets/no_icon.svg'],
'build/assets',
);
copyFiles(['src/i18n/*.json'], 'i18n');
// copyFiles(['README.md', 'LICENSE'], 'build');
// copyFileSync('tasksExample.js', 'build/tasks.js');
copyFiles(['src/*.css'], 'build');
Expand Down

0 comments on commit 5ccaa2d

Please sign in to comment.