I18n Improvements
WYSIWYG editor translations
WYSIWYG editor translations were always in English. They support i18n now. These translations are primarily used in the toolbar when user hovers over the buttons.
Key | "en" value | "de" value | "nl" value | "fr" value |
---|---|---|---|---|
common.fullscreen | Fullscreen | Vollbild | Volledig scherm | Plein écran |
common.clear-formatting | Clear formatting | Formatierung entfernen | Opmaak wissen | Effacer le formatage |
common.remove-link | Remove link | Link entfernen | Link verwijderen | Supprimer le lien |
common.insert-edit-link | Insert/edit link | Link einfügen/bearbeiten | Link invoegen/bewerken | Insérer/éditer un lien |
common.numbered-list | Numbered list | Nummerierte Liste | Genummerde lijst | Liste numérotée |
common.bullet-list | Bullet list | Aufzählungsliste | Opsommingstekens | Liste à puces |
common.italic | Italic | Kursiv | Cursief | Italique |
common.bold | Bold | Fett | Vet | Gras |
Contract Posting Requirements Defaults
The defaults while creating the contract are all optional because:
- if
requirement A
is required- when
requirement A
hasvalue A
thenrequirement B
appears, which is also required- user chooses
value B
forrequirement B
- user chooses
- when
In the above case, if user adds this contract to their basket, then at the time of a campaign order, they change their mind and choose value B
for requirement A
, they will start wondering why value B
did not get filled in for requirement B
because the parent requirement value does not match the requirements of the posting requirement.
Because all fields are optional, the buttons to hide/show optional fields have been renamed to indicate all
fields instead of optional
fields.
The following i18n translations have been added:
Key | "en" value | "de" value | "nl" value | "fr" value |
---|---|---|---|---|
common.toggle-all-fields | Show/hide all fields | Alle Felder anzeigen/ausblenden | Toon/verberg alle velden | Afficher/masquer tous les champs |
common.hide-all-fields | Hide all fields | Alle Felder ausblenden | Verberg alle velden | Masquer tous les champs |
common.show-all-fields | Show all fields | Alle Felder anzeigen | Toon alle velden | Afficher tous les champs |