diff --git a/.gitignore b/.gitignore index 2326941..2c11a55 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,6 @@ package-lock.json # Virtual environment .venv/ build/ -dist/ \ No newline at end of file +dist/ + +.idea/ \ No newline at end of file diff --git a/oarepo.yaml b/oarepo.yaml index ac30cdb..b5be501 100644 --- a/oarepo.yaml +++ b/oarepo.yaml @@ -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: diff --git a/oarepo_dashboard/i18n/semantic-ui/translations/i18next.js b/oarepo_dashboard/i18n/semantic-ui/translations/oarepo_dashboard/i18next.js similarity index 100% rename from oarepo_dashboard/i18n/semantic-ui/translations/i18next.js rename to oarepo_dashboard/i18n/semantic-ui/translations/oarepo_dashboard/i18next.js diff --git a/oarepo_dashboard/i18n/semantic-ui/translations/messages/cs/LC_MESSAGES/translations.json b/oarepo_dashboard/i18n/semantic-ui/translations/oarepo_dashboard/messages/cs/LC_MESSAGES/translations.json similarity index 100% rename from oarepo_dashboard/i18n/semantic-ui/translations/messages/cs/LC_MESSAGES/translations.json rename to oarepo_dashboard/i18n/semantic-ui/translations/oarepo_dashboard/messages/cs/LC_MESSAGES/translations.json diff --git a/oarepo_dashboard/i18n/semantic-ui/translations/messages/en/LC_MESSAGES/translations.json b/oarepo_dashboard/i18n/semantic-ui/translations/oarepo_dashboard/messages/en/LC_MESSAGES/translations.json similarity index 100% rename from oarepo_dashboard/i18n/semantic-ui/translations/messages/en/LC_MESSAGES/translations.json rename to oarepo_dashboard/i18n/semantic-ui/translations/oarepo_dashboard/messages/en/LC_MESSAGES/translations.json diff --git a/oarepo_dashboard/i18n/semantic-ui/translations/messages/index.js b/oarepo_dashboard/i18n/semantic-ui/translations/oarepo_dashboard/messages/index.js similarity index 100% rename from oarepo_dashboard/i18n/semantic-ui/translations/messages/index.js rename to oarepo_dashboard/i18n/semantic-ui/translations/oarepo_dashboard/messages/index.js diff --git a/oarepo_dashboard/i18n/webpack.py b/oarepo_dashboard/i18n/webpack.py index f01c6a0..c1f4e4a 100644 --- a/oarepo_dashboard/i18n/webpack.py +++ b/oarepo_dashboard/i18n/webpack.py @@ -9,7 +9,7 @@ "entry": {}, "dependencies": {}, "devDependencies": {}, - "aliases": {"@translations/oarepo_dashboard": "translations/i18next.js"}, + "aliases": {"@translations/oarepo_dashboard": "translations/oarepo_dashboard/i18next.js"}, } }, ) diff --git a/setup.cfg b/setup.cfg index 6075ed5..8c5a0fd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 readme = README.md