diff --git a/locale/_base/translations.suml b/locale/_base/translations.suml
index 26a637f13..70e129bfc 100644
--- a/locale/_base/translations.suml
+++ b/locale/_base/translations.suml
@@ -675,15 +675,6 @@ profile:
duplicateDescription: 'Description must be unique'
invalidOpinion: 'Selected icon was not found in the legend above'
custom: 'custom, added by the user:'
- consistency: >
- Next to the default opinion choices you can now specify your own.
- Those that had already existed before we added customisation have to remain the same, to make cards more predictable and consistent.
- Whoever stumbles across a card and sees, let’s say, a bold pink entry with a heart,
- will know without checking the legend that it means an option that one likes very much.
- Adding new opinions is customisable, though.
- We're not planning to support fully customisable colours (like picking just any hex code)
- because we'd rather hand-pick them to ensure they have enough contrast, distinguishability,
- and a dark mode version – for the cards to be readable and accessible.
header: 'Cards'
list: 'Your cards'
init: 'Create a card'
diff --git a/locale/en/translations.suml b/locale/en/translations.suml
index 38097971f..b69e2a919 100644
--- a/locale/en/translations.suml
+++ b/locale/en/translations.suml
@@ -492,6 +492,33 @@ faq:
or people who want to have a separate cards for more public use and for close friends.
Unfortunately, this feature requires tons of changes in the code as well as testing.
We'll try to prioritise it, but being swamped with other work, we can't really promise any specific date.
+ customise-opinions:
+ question: 'Can I customise the “legend/opinions” field even more?'
+ answer:
+ - >
+ Next to the default opinion choices (like “Yes”, “Jokingly”, “Nope”) you can now specify your own.
+ Those that had already existed before we added customisation have to remain the same, to make cards more predictable and consistent.
+ Whoever stumbles across a card and sees, let’s say, a bold pink entry with a heart,
+ will know without checking the legend that it means an option that one likes very much.
+ Adding new opinions is customisable, though.
+ - >
+ We're not planning to support fully customisable colours (like picking just any hex code)
+ because we'd rather hand-pick them to ensure they have enough contrast, distinguishability,
+ and a dark mode version – for the cards to be readable and accessible.
+ deletion-bug:
+ question: 'When I click a “delete” button nothing happens'
+ answer:
+ - >
+ Some buttons on our website, mostly related to removing things that aren't easy to restore,
+ show a modal window asking “are you sure you want to do XYZ?”.
+ We're aware that some browser extensions mistakenly think
+ that this modal window is a cookie popup or an ad and just hide it.
+ - >
+ We're trying to be very explicit in our HTML markup which elements are which,
+ so that such extensions have an easier time distinguishing them,
+ but it's very difficult to accommodate all possible extensions.
+ - >
+ Before you report an issue, please check if disabling such extensions fixes your problem.
links:
header: 'References'
@@ -786,15 +813,6 @@ profile:
invalidOpinion: 'Selected icon was not found in the legend above'
kys: 'Our Terms of Service forbid encouraging self-harm and/or suicide.'
custom: 'custom, added by the user:'
- consistency: >
- Next to the default opinion choices you can now specify your own.
- Those that had already existed before we added customisation have to remain the same, to make cards more predictable and consistent.
- Whoever stumbles across a card and sees, let’s say, a bold pink entry with a heart,
- will know without checking the legend that it means an option that one likes very much.
- Adding new opinions is customisable, though.
- We're not planning to support fully customisable colours (like picking just any hex code)
- because we'd rather hand-pick them to ensure they have enough contrast, distinguishability,
- and a dark mode version – for the cards to be readable and accessible.
expendableList:
more: '… and %count% more items'
show: '(click to show)'
diff --git a/locale/expectedTranslations.js b/locale/expectedTranslations.js
index c68d4def5..36c47683a 100644
--- a/locale/expectedTranslations.js
+++ b/locale/expectedTranslations.js
@@ -103,5 +103,4 @@ export default [
'profile.timezone.areas.Europe',
'profile.timezone.areas.Indian',
'profile.timezone.areas.Pacific',
- 'profile.opinions.consistency',
];
diff --git a/locale/pl/translations.suml b/locale/pl/translations.suml
index f19981d7a..e2d5923e0 100644
--- a/locale/pl/translations.suml
+++ b/locale/pl/translations.suml
@@ -1402,16 +1402,6 @@ profile:
duplicateDescription: 'Opishy muszą być unikalne'
invalidOpinion: 'Wybrana ikona nie jest dostępna w legendzie powyżej'
custom: 'dodane ręcznie:'
- consistency: >
- Oprócz domyślnych opcji opinii możesz też zdefiniować swoje własne.
- Opcje, które istniały przed wprowadzeniem tej funkcji, muszą pozostać bez zmian, aby wizytówki były bardziej przewidywalne i spójne.
- Jeśli ktosio zobaczy, powiedzmy, pogrubiony różowy tekst z ikonką serca,
- będzie wiedzieć bez zaglądania do legendy, że chodzi o bardzo lubianą opcję.
- Ale dodając własne opcje, możesz je dostosować, jak chcesz.
- Nie planujemy wsparcia dla wybierania w pełni dowolnych kolorów,
- ponieważ wybierając dostępne barwy ręcznie możemy zatroszczyć się o to,
- by miały wystarczający kontrast, by odróżniały się od innych, i by miały wersję dla trybu nocnego –
- – tak, aby wizytówki były czytelne i dostępne.
header: 'Wizytówki'
list: 'Twoje wizytówki'
init: 'Stwórz wizytówkę'
diff --git a/routes/profileEditor.vue b/routes/profileEditor.vue
index fe935fa62..65ef49d73 100644
--- a/routes/profileEditor.vue
+++ b/routes/profileEditor.vue
@@ -100,9 +100,6 @@
-