Skip to content

Commit

Permalink
Merge pull request #1194 from City-of-Helsinki/UHF-11231
Browse files Browse the repository at this point in the history
UHF-11231: Change wording on the comprehensive school languages
  • Loading branch information
teroelonen authored Feb 21, 2025
2 parents 1567c42 + 2fece9e commit 39b3797
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/js/school-search.min.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ const FeatureFormContainer = () => {
};

const keys: Array<keyof Omit<SearchParams, 'keyword'|'page'|'query'|'a1'|'a2'|'b1'|'b2'|'weighted_education'|'bilingual_education'>> = ['grades_1_6', 'grades_1_9', 'grades_7_9', 'finnish_education', 'swedish_education'];
const a1Label: string = Drupal.t('Foreign language starting in 1st grade (A1)', {}, { context: 'TPR Ontologyword details schools' });
const a2Label: string = Drupal.t('Optional foreign language starting in 3rd grade (A2)', {}, { context: 'TPR Ontologyword details schools' });
const b1Label: string = Drupal.t('Second national language starting in 6th grade (B1)', {}, { context: 'TPR Ontologyword details schools' });
const b2Label: string = Drupal.t('Optional foreign language starting in 8th grade (B2)', {}, { context: 'TPR Ontologyword details schools' });
const a1Label: string = Drupal.t('Language starting in Grade 1 (A1)', {}, { context: 'TPR Ontologyword details schools' });
const a2Label: string = Drupal.t('Language starting in Grade 3 (A2)', {}, { context: 'TPR Ontologyword details schools' });
const b1Label: string = Drupal.t('Language starting in Grade 6 (B1)', {}, { context: 'TPR Ontologyword details schools' });
const b2Label: string = Drupal.t('Language starting in Grade 7 or 8 (B2)', {}, { context: 'TPR Ontologyword details schools' });
const weightedEducationLabel: string = Drupal.t('Weighted curriculum education', {}, { context: 'TPR Ontologyword details schools' });
const bilingualEducationLabel: string = Drupal.t('Bilingual education', {}, { context: 'TPR Ontologyword details schools' });

Expand Down

0 comments on commit 39b3797

Please sign in to comment.