Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Greek font change (M2-8638) #946

Open
wants to merge 17 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions android/app/src/main/assets/custom/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
const robotoFont = require('./Roboto.ttf');
const robotoMediumFont = require('./Roboto_medium.ttf');
const robotoFont = require('./Roboto-Regular.ttf');
const robotoMediumFont = require('./Roboto-Medium.ttf');
const robotoBoldFont = require('./Roboto-Bold.ttf');
const atkinsonHyperlegibleFont = require('./Atkinson Hyperlegible Regular.ttf');
const latoFont = require('./Lato-Regular.ttf')
const latoBoldFont = require('./Lato-Bold.ttf')

export {
atkinsonHyperlegibleFont,
latoFont,
latoBoldFont,
robotoFont,
robotoMediumFont,
robotoBoldFont
};

export { robotoFont, robotoMediumFont,atkinsonHyperlegibleFont };
Binary file added android/app/src/main/assets/fonts/Lato-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 16 additions & 4 deletions android/link-assets-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,28 @@
"sha1": "5c451bde7a172a410beaf08ef81fd55f01af8500"
},
{
"path": "assets/fonts/Roboto.ttf",
"sha1": "1d1d41fcadc571decb6444211b7993b99ce926e2"
"path": "assets/fonts/Lato-Bold.ttf",
"sha1": "542498221d97bee5bdbccf86ee8890bf8e8005c9"
},
{
"path": "assets/fonts/Lato-Regular.ttf",
"sha1": "e923c72eda5e50a87e18ff5c71e9ef4b3b6455a3"
},
{
"path": "assets/fonts/Roboto-Bold.ttf",
"sha1": "6cbb57ba2355cf442e06899898ff5af55867103e"
},
{
"path": "assets/fonts/Roboto_medium.ttf",
"path": "assets/fonts/Roboto-Medium.ttf",
"sha1": "adbc3bde424bcf7dbc38f148005c8319825891f2"
},
{
"path": "assets/fonts/Roboto-Regular.ttf",
"sha1": "1d1d41fcadc571decb6444211b7993b99ce926e2"
},
{
"path": "assets/fonts/index.ts",
"sha1": "ec9334429cc882f1d52500eaea1a4bc84f8d8731"
"sha1": "c960f7d9a36f4aae50ba78b610a78d662f19c421"
}
]
}
Binary file added assets/fonts/Lato-Bold.ttf
Binary file not shown.
Binary file added assets/fonts/Lato-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/Roboto-Bold.ttf
Binary file not shown.
File renamed without changes.
File renamed without changes.
17 changes: 14 additions & 3 deletions assets/fonts/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
const robotoFont = require('./Roboto.ttf');
const robotoMediumFont = require('./Roboto_medium.ttf');
const robotoFont = require('./Roboto-Regular.ttf');
const robotoMediumFont = require('./Roboto-Medium.ttf');
const robotoBoldFont = require('./Roboto-Bold.ttf');
const atkinsonHyperlegibleFont = require('./Atkinson Hyperlegible Regular.ttf');
const latoFont = require('./Lato-Regular.ttf')
const latoBoldFont = require('./Lato-Bold.ttf')

export {
atkinsonHyperlegibleFont,
latoFont,
latoBoldFont,
robotoFont,
robotoMediumFont,
robotoBoldFont
};

export { robotoFont, robotoMediumFont, atkinsonHyperlegibleFont };
3 changes: 3 additions & 0 deletions assets/translations/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,5 +495,8 @@
"dialog": {
"body": "Η δημόσια κοινοποίηση απαντήσεων υποδηλώνει ότι οι πληροφορίες που παρέχονται από κάθε χρήστη, όπως για παράδειγμα απαντήσεις ή σχόλια σε έρευνες, θα είναι δημόσια διαθέσιμες για εμφάνιση σε άλλους."
}
},
"splash": {
"version": "Έκδοση"
}
}
3 changes: 3 additions & 0 deletions assets/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -499,5 +499,8 @@
"assignment": {
"badge": "About {{name}}",
"banner": "Please ensure all your responses are about <strong>{{name}}</strong>"
},
"splash": {
"version": "Version"
}
}
3 changes: 3 additions & 0 deletions assets/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -608,5 +608,8 @@
"assignment": {
"badge": "À propos de {{name}}",
"banner": "Veuillez vous assurer que toutes vos réponses concernent <strong>{{name}}</strong>"
},
"splash": {
"version": "Version"
}
}
5 changes: 5 additions & 0 deletions ios/MindloggerMobile dev-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
<string>Octicons.ttf</string>
<string>SimpleLineIcons.ttf</string>
<string>Zocial.ttf</string>
<string>Lato-Regular.ttf</string>
<string>Lato-Bold.ttf</string>
<string>Roboto-Bold.ttf</string>
<string>Roboto-Medium.ttf</string>
<string>Roboto-Regular.ttf</string>
</array>
<key>UIBackgroundModes</key>
<array>
Expand Down
5 changes: 5 additions & 0 deletions ios/MindloggerMobile qa-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
<string>Octicons.ttf</string>
<string>SimpleLineIcons.ttf</string>
<string>Zocial.ttf</string>
<string>Lato-Regular.ttf</string>
<string>Lato-Bold.ttf</string>
<string>Roboto-Bold.ttf</string>
<string>Roboto-Medium.ttf</string>
<string>Roboto-Regular.ttf</string>
</array>
<key>UIBackgroundModes</key>
<array>
Expand Down
5 changes: 5 additions & 0 deletions ios/MindloggerMobile staging-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
<string>Octicons.ttf</string>
<string>SimpleLineIcons.ttf</string>
<string>Zocial.ttf</string>
<string>Lato-Regular.ttf</string>
<string>Lato-Bold.ttf</string>
<string>Roboto-Bold.ttf</string>
<string>Roboto-Medium.ttf</string>
<string>Roboto-Regular.ttf</string>
</array>
<key>UIBackgroundModes</key>
<array>
Expand Down
5 changes: 5 additions & 0 deletions ios/MindloggerMobile uat-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
<string>Octicons.ttf</string>
<string>SimpleLineIcons.ttf</string>
<string>Zocial.ttf</string>
<string>Lato-Regular.ttf</string>
<string>Lato-Bold.ttf</string>
<string>Roboto-Bold.ttf</string>
<string>Roboto-Medium.ttf</string>
<string>Roboto-Regular.ttf</string>
</array>
<key>UIBackgroundModes</key>
<array>
Expand Down
Loading
Loading