Added english translations

pull/8481/head
Aleix Suau 4 years ago
parent 5ea72cae8c
commit d0f389e408
  1. BIN
      app/assets/fonts/openproject_icon/openproject-icon-font.woff2
  2. 2
      frontend/src/app/modules/bim/ifc_models/pages/viewer/bim-view.service.ts
  3. 2
      modules/bim/config/locales/js-en.yml

@ -50,7 +50,7 @@ export class BimViewService implements OnDestroy {
list: this.I18n.t('js.views.card'),
viewer: this.I18n.t('js.ifc_models.views.viewer'),
splitList: this.I18n.t('js.ifc_models.views.split'),
splitCards: this.I18n.t('js.ifc_models.views.split-cards'),
splitCards: this.I18n.t('js.ifc_models.views.split_cards'),
table: this.I18n.t('js.views.list'),
};

@ -19,4 +19,4 @@ en:
views:
viewer: 'Viewer'
split: 'Viewer and table'
split-cards: 'Viewer and cards'
split_cards: 'Viewer and cards'
Loading…
Cancel
Save