Skip to content

Commit

Permalink
Update Swedish faculty names
Browse files Browse the repository at this point in the history
  • Loading branch information
Keskimaki committed Jan 30, 2023
1 parent 99d9c7d commit 4f4bd59
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/auth/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const data = [
name: {
fi: 'Teologinen tiedekunta',
en: 'Faculty of Theology',
sv: 'Faculty of Theology',
sv: 'Teologiska fakulteten',
},
programmes: [
{
Expand Down Expand Up @@ -62,7 +62,7 @@ const data = [
name: {
fi: 'Oikeustieteellinen tiedekunta',
en: 'Faculty of Law',
sv: 'Faculty of Law',
sv: 'Juridiska fakulteten',
},
programmes: [
{
Expand Down Expand Up @@ -127,7 +127,7 @@ const data = [
name: {
fi: 'Lääketieteellinen tiedekunta',
en: 'Faculty of Medicine',
sv: 'Faculty of Medicine',
sv: 'Medicinska fakulteten',
},
programmes: [
{
Expand Down Expand Up @@ -273,7 +273,7 @@ const data = [
name: {
fi: 'Humanistinen tiedekunta',
en: 'Faculty of Arts',
sv: 'Faculty of Arts',
sv: 'Humanistiska fakulteten',
},
programmes: [
{
Expand Down Expand Up @@ -567,7 +567,7 @@ const data = [
name: {
fi: 'Matemaattis-luonnontieteellinen tiedekunta',
en: 'Faculty of Science',
sv: 'Faculty of Science',
sv: 'Matematisk-naturvetenskapliga fakulteten',
},
programmes: [
{
Expand Down Expand Up @@ -889,7 +889,7 @@ const data = [
name: {
fi: 'Farmasian tiedekunta',
en: 'Faculty of Pharmacy',
sv: 'Faculty of Pharmacy',
sv: 'Farmaceutiska fakulteten',
},
programmes: [
{
Expand Down Expand Up @@ -936,7 +936,7 @@ const data = [
name: {
fi: 'Bio- ja ympäristötieteellinen tiedekunta',
en: 'Faculty of Biological and Environmental Sciences',
sv: 'Faculty of Biological and Environmental Sciences',
sv: 'Bio- och miljövetenskapliga fakulteten',
},
programmes: [
{
Expand Down Expand Up @@ -1114,7 +1114,7 @@ const data = [
name: {
fi: 'Kasvatustieteellinen tiedekunta',
en: 'Faculty of Educational Sciences',
sv: 'Faculty of Educational Sciences',
sv: 'Pedagogiska fakulteten',
},
programmes: [
{
Expand Down Expand Up @@ -1179,7 +1179,7 @@ const data = [
name: {
fi: 'Valtiotieteellinen tiedekunta',
en: 'Faculty of Social Sciences',
sv: 'Faculty of Social Sciences',
sv: 'Statsvetenskapliga fakulteten',
},
programmes: [
{
Expand Down Expand Up @@ -1409,7 +1409,7 @@ const data = [
name: {
fi: 'Maatalous-metsätieteellinen tiedekunta',
en: 'Faculty of Agriculture and Forestry',
sv: 'Faculty of Agriculture and Forestry',
sv: 'Agrikultur-forstvetenskapliga fakulteten',
},
programmes: [
{
Expand Down Expand Up @@ -1565,7 +1565,7 @@ const data = [
name: {
fi: 'Eläinlääketieteellinen tiedekunta',
en: 'Faculty of Veterinary Medicine',
sv: 'Faculty of Veterinary Medicine',
sv: 'Veterinärmedicinska fakulteten',
},
programmes: [
{
Expand Down

0 comments on commit 4f4bd59

Please sign in to comment.