Skip to content

Commit

Permalink
🧑🏽‍🎓 modified age range for mentee application (#1083)
Browse files Browse the repository at this point in the history
modified age range for mentee application
  • Loading branch information
robert-dm authored Aug 17, 2024
1 parent 97baa4f commit 6d6f2a8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 14 deletions.
3 changes: 1 addition & 2 deletions frontend/public/locales/ar/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"SDG9": "الهدف 9 للتنمية المستدامة: الصناعة والابتكار والهياكل الأساسية"
},
"ageRanges": {
"16-18": "16-18",
"19-22": "19-22",
"18-22": "18-22",
"23-25": "23-25",
"26-30": "26-30",
"30s": "30s",
Expand Down
3 changes: 1 addition & 2 deletions frontend/public/locales/en-US/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"SDG9": "SDG 9: Industry, Innovation and Infrastructures"
},
"ageRanges": {
"16-18": "16-18",
"19-22": "19-22",
"18-22": "18-22",
"23-25": "23-25",
"26-30": "26-30",
"30s": "30s",
Expand Down
3 changes: 1 addition & 2 deletions frontend/public/locales/es-US/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"SDG9": "ODS 9: Industria, innovación e infraestructura"
},
"ageRanges": {
"16-18": "16-18",
"19-22": "19-22",
"18-22": "18-22",
"23-25": "23-25",
"26-30": "26-30",
"30s": "30s",
Expand Down
3 changes: 1 addition & 2 deletions frontend/public/locales/fa-AF/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"SDG9": "اهداف توسعه پایدار 9: صنعت، نوآوری و زیرساخت‌ها"
},
"ageRanges": {
"16-18": "16-18",
"19-22": "19-22",
"18-22": "18-22",
"23-25": "23-25",
"26-30": "26-30",
"30s": "30s",
Expand Down
3 changes: 1 addition & 2 deletions frontend/public/locales/pa-AR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"SDG9": "SDG 9: صنعت، نوښت او بنسټونه"
},
"ageRanges": {
"16-18": "16-18",
"19-22": "19-22",
"18-22": "18-22",
"23-25": "23-25",
"26-30": "26-30",
"30s": "30s",
Expand Down
3 changes: 1 addition & 2 deletions frontend/public/locales/pt-BR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"SDG9": "ODS 9: Indústria, inovação e infraestrutura"
},
"ageRanges": {
"16-18": "16-18",
"19-22": "19-22",
"18-22": "18-22",
"23-25": "23-25",
"26-30": "26-30",
"30s": "30s",
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/utils/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ export function getRegions(t) {
}

export const AGE_RANGES = [
"16-18",
"19-22",
"18-22",
"23-25",
"26-30",
"30s",
Expand Down

0 comments on commit 6d6f2a8

Please sign in to comment.