update teaser block for 12.2

Image is not yet included since it needs to be provided first.
pull/11094/head
ulferts 2 years ago
parent ae76354bb8
commit bc032f694e
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 27
      config/locales/js-en.yml
  2. 2
      frontend/src/app/features/homescreen/blocks/new-features.component.ts

@ -319,31 +319,26 @@ en:
learn_about: "Learn more about the new features"
# Include the version to invalidate outdated translations in other locales.
# Otherwise, e.g. chinese might still have the translations for 10.0 in the 12.0 release.
'12_1':
'12_2':
standard:
learn_about_link: https://www.openproject.org/blog/openproject-12-1-release
learn_about_link: https://www.openproject.org/blog/openproject-12-2-release
new_features_html: >
The release contains various new features and improvements: <br>
<ul class="%{list_styling_class}">
<li>A <b>new team planner module</b> (Enterprise feature) allows you to visually assign tasks to team members to get an overview of who is working on what.</li>
<li>We are <b>releasing the basic agile boards</b> for the Community version.</li>
<li>The <b>"Include Projects" filter</b> option makes it easier to add different projects to your views, such as for work packages, calendars, and team planners.</li>
<li>We added <b>a new "Files" tab</b> in the work package details to have all possible information attached to a work package together.</li>
<li>We created <b>global roles for groups</b> to assign these roles to groups and create superuser groups.</li>
<li>Project status was given more options to choose from.</li>
<li>No more endless searching for files! With the new <b>Nextcloud integration</b> in OpenProject 12.2, you can now find files directly in the respective work package and always have the correct version at your fingertips.</li>
<li>We introduced <b>a new date picker</b> with updated input behaviour and an information banner that includes a button to show releations in the Gantt chart.</li>
<li>We added the possibility to <b>log time for other users.</b></li>
<li>Mark notifications as read also outside of the notification center.</li>
</ul>
bim:
learn_about_link: https://www.openproject.org/blog/openproject-12-1-release
learn_about_link: https://www.openproject.org/blog/openproject-12-2-release
new_features_html: >
The release contains various new features and improvements: <br>
<ul class="%{list_styling_class}">
<li>In the BCF module you can now save your selected work package filters, columns etc. as <b>views</b> and share those with your team members.</li>
<li>A <b>new team planner module</b> (Enterprise feature) allows you to visually assign tasks to team members to get an overview of who is working on what.</li>
<li>We are <b>releasing the basic agile boards</b> for the Community version.</li>
<li>The <b>"Include Projects" filter</b> option makes it easier to add different projects to your views, such as for work packages, calendars, and team planners.</li>
<li>We added <b>a new "Files" tab</b> in the work package details to have all possible information attached to a work package together.</li>
<li>We created <b>global roles for groups</b> to assign these roles to groups and create superuser groups.</li>
<li>Project status was given more options to choose from.</li>
<li>No more endless searching for files! With the new <b>Nextcloud integration</b> in OpenProject 12.2, you can now find files directly in the respective work package and always have the correct version at your fingertips.</li>
<li>We introduced <b>a new date picker</b> with updated input behaviour and an information banner that includes a button to show releations in the Gantt chart.</li>
<li>We added the possibility to <b>log time for other users.</b></li>
<li>Mark notifications as read also outside of the notification center.</li>
</ul>
label_activate: "Activate"

@ -34,7 +34,7 @@ import { imagePath } from 'core-app/shared/helpers/images/path-helper';
export const homescreenNewFeaturesBlockSelector = 'homescreen-new-features-block';
// The key used in the I18n files to distinguish between versions.
const OpVersionI18n = '12_1';
const OpVersionI18n = '12_2';
@Component({
template: `

Loading…
Cancel
Save