-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i18n for lindat stuff (theme, js, java classes) #459
Conversation
first try adding flags select lindat header based on active locale localise the footer too... trying to set current locale before including header adding messages_cs.xml to maintain our own version of czech translation downloaded from https://github.com/DSpace/dspace-xmlui-lang translating homepage ... Still homepage fix...
... xmlui.EPerson.PasswordLogin.para1 ... xmlui.Submission.Submissions.completed column3 submit.AccessStep above OPEN License Selector merged messages changes to messages_cs
the cs locale is not hardcoded in dspace.cfg
i18n for lindat stuff (theme, js, java classes)
@kosarko nice, will try to do the Swedish too. |
@ljo just a small remark...dspace keeps official translations separately (in different github projects). Sadly there seems to be no Swedish for dspace xmlui; there seems to be Swedish for jspui. Maybe it would be possible to somehow use that as a starting point, maybe not...try checking https://wiki.duraspace.org/pages/viewpage.action?pageId=19006307 |
@kosarko, thx, I will checkout the subprojects and follow your hint. |
just for the record...started putting the info together in wiki Localization |
* ufal/downloading-restricted-bitstreams-not-working-properly (#457) * The admin could download restricted bitstreams. * The user cannot download bitstream if he/she is not signed in. * Cannot obtain context with user. * The user is already fetched from the context. * Added docs. * Do not use endpoint for downloading the single file because it already exists - remove it. * Fixed AuthorizationRestControllerIT tests. * ufal/be-cannot-download-and-preview-files-after-migration (#454) * Find bitstream format using mimetype not ID. * Updated tests according to fix.
for #311 update local properties with
supported.locales = en, cs
to enable. Leave it out or just assupported.locales = en
to stay english only