Skip to content

Commit

Permalink
Merge pull request #14 from oarepo/fix-translations
Browse files Browse the repository at this point in the history
Fixing translation alias location - removing conflict with other pack…
  • Loading branch information
mesemus authored Sep 11, 2024
2 parents 8977c5e + 5f982fa commit 008fe38
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ package-lock.json
# Virtual environment
.venv/
build/
dist/
dist/

.idea/
2 changes: 1 addition & 1 deletion oarepo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ i18n:
babel_output_translations: oarepo_dashboard/i18n/translations
babel_source_paths:
- oarepo_dashboard/ui
i18next_output_translations: oarepo_dashboard/i18n/semantic-ui/translations
i18next_output_translations: oarepo_dashboard/i18n/semantic-ui/translations/oarepo_dashboard
i18next_source_paths:
- oarepo_dashboard/ui
languages:
Expand Down
2 changes: 1 addition & 1 deletion oarepo_dashboard/i18n/webpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"entry": {},
"dependencies": {},
"devDependencies": {},
"aliases": {"@translations/oarepo_dashboard": "translations/i18next.js"},
"aliases": {"@translations/oarepo_dashboard": "translations/oarepo_dashboard/i18next.js"},
}
},
)
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = oarepo-dashboard
version = 1.0.10
version = 1.0.11
description = Support for user dashboard (records, communities, requests)
authors = Mirek Simek <[email protected]>
readme = README.md
Expand Down

0 comments on commit 008fe38

Please sign in to comment.