Skip to content
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

editor: fix options translation problems. #304

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

zannkukai
Copy link
Contributor

@zannkukai zannkukai commented Nov 19, 2020

Fixes two translations issues with the editor. When options for a select are defined as an
observable instead of an array, these options are not translated. Some of the option
properties could also be lost during the translation process.

Closes rero/rero-ils#1282

Authored-by: Renaud Michotte renaud.michotte@gmail.com

Code review check list

  • Commit message template compliance.
  • Commit message without typos.
  • File names.
  • Functions names.
  • Functions docstrings.
  • Unnecessary commited files?
  • Extracted translations?

@zannkukai zannkukai self-assigned this Nov 19, 2020
@zannkukai zannkukai added the bug Something isn't working, but not critical label Nov 19, 2020
@zannkukai zannkukai requested review from sebdeleze and jma November 19, 2020 08:13
@iGormilhit iGormilhit added this to the v0.14.1 milestone Nov 19, 2020
@iGormilhit iGormilhit added the translations Translations label Nov 19, 2020
Copy link

@iGormilhit iGormilhit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit message proposition:

editor: fix options translation problems

Fixes two translations issues with the editor. When options for a select are defined as an
observable instead of an array, these options are not translated. Some of the option
properties could also be lost during the translation process.

Closes rero/rero-ils#1282

Fixes two translations issues with the editor. When options for a select are defined as an
observable instead of an array, these options are not translated. Some of the option
properties could also be lost during the translation process.

Closes rero/rero-ils#1282

Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
@zannkukai zannkukai force-pushed the zan-fix-observable-options-translations branch from 5c8b622 to a874005 Compare November 19, 2020 10:25
@iGormilhit iGormilhit modified the milestones: v0.14.1, v0.15.0 Nov 19, 2020
@jma jma merged commit 4a899be into rero:dev Nov 19, 2020
@zannkukai zannkukai deleted the zan-fix-observable-options-translations branch December 7, 2020 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working, but not critical translations Translations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The roles are not translated in the user editor.
3 participants