-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add warning for overlapping highlights #2215
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
During testing make sure the warning doesn't trigger if you make the text selection empty or anything weird like that
cf0eb83
to
4a249fd
Compare
e68873d
to
da7c608
Compare
da7c608
to
f73b598
Compare
@@ -125,6 +125,7 @@ | |||
"i18n:notification:toast:highlights:popup:load-failure": "No se pudo cargar algunos textos resaltados. Por favor, compruebe su conexión y vuelva a intentarlo.", | |||
"i18n:notification:toast:highlights:popup:print-failure": "No podemos imprimir esta página. Por favor, compruebe su conexión y vuelva a intentarlo.", | |||
"i18n:notification:toast:study-guides:load-failure": "No podemos cargar las guías de estudio en esta página. Por favor, compruebe su conexión y vuelva a intentarlo.", | |||
"i18n:notification:toast:highlights:select-overlap": "No se admiten resaltados superpuestos.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bethshook Can you check this translation, please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
src/app/messages/pl/messages.json
Outdated
@@ -125,6 +125,7 @@ | |||
"i18n:notification:toast:highlights:popup:load-failure": "Niektóre zakreślenia na tej stronie nie mogą zostać załadowane. Sprawdź połączenie z internetem i spróbuj ponownie.", | |||
"i18n:notification:toast:highlights:popup:print-failure": "Nie możemy wydrukować tej strony. Sprawdź połączenie z internetem i spróbuj ponownie.", | |||
"i18n:notification:toast:study-guides:load-failure": "Nie możemy załadować zawartości Kompendium na tej stronie. Sprawdź połączenie z internetem i spróbuj ponownie.", | |||
"i18n:notification:toast:highlights:select-overlap": "Nakładające się podświetlenia nie są obsługiwane.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@paulinaszczucinska Can you check this translation of "Overlapping highlights are not supported" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure @RoyEJohnson, it would be: "Nakładające się zaznaczenia nie są obsługiwane."
f73b598
to
d35ea7e
Compare
@RoyEJohnson The unit tests are failing in this PR. Could you please have a look |
ccd3805
to
c3e771a
Compare
DISCO-49