-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/island-is/island.is into tw…
…eaks_15.10_random
- Loading branch information
Showing
57 changed files
with
796 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Empty config file so defaults will be respected instead of users' own global config | ||
# (prevent directory traversal) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import { usePreferencesStore } from '../stores/preferences-store' | ||
|
||
export const useLocale = () => { | ||
const locale = usePreferencesStore(({ locale }) => locale) | ||
return locale === 'is-IS' ? 'is' : 'en' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,7 +176,7 @@ export const en: TranslatedMessages = { | |
'home.onboardingModule.card2': | ||
'The app’s purpose is to provide faster access to your documents, applications, and other dealings with governmental institutions.', | ||
'home.onboardingModule.card3': | ||
'If you have comments or suggestions about something that is missing or that could be improved, feel free to contact us via email at', | ||
'If you have comments or suggestions about something that is missing or that could be improved, feel free to contact us via email at [email protected]', | ||
'home.onboardingModule.card4': | ||
'We encourage our users to read Digital Iceland’s privacy policy on', | ||
'home.vehicleModule.summary': | ||
|
@@ -594,6 +594,9 @@ export const en: TranslatedMessages = { | |
'You are opening Island.is in a browser. Do you want to create a passkey to sign in automatically with the app?', | ||
'passkeys.headingSubtitle': | ||
'Do you want to create a passkey to sign in automatically with the app?', | ||
'passkeys.settings': | ||
'In settings it is always possible to delete or add a passkey', | ||
'passkeys.furtherInformation': 'More about passkeys', | ||
'passkeys.createButton': 'Create a passkey', | ||
'passkeys.skipButton': 'Skip', | ||
'passkeys.errorRegistering': 'Error', | ||
|
@@ -619,7 +622,7 @@ export const en: TranslatedMessages = { | |
'health.overview.insuredFrom': 'Insured from', | ||
'health.overview.status': 'Status', | ||
'health.overview.notInsured': 'You do not have health insurance', | ||
'health.overview.payments': 'Payments', | ||
'health.overview.coPayments': 'Co-payment', | ||
'health.overview.maxMonthlyPayment': 'Max monthly payment', | ||
'health.overview.paymentLimit': 'Payment Limit', | ||
'health.overview.paymentCredit': 'Credit', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,7 +176,7 @@ export const is = { | |
'home.onboardingModule.card2': | ||
'Markmiðið með appinu er að þú hafir í hendi þér það sem þú þarfnast hverju sinni í samskiptum við hið opinbera.', | ||
'home.onboardingModule.card3': | ||
'Hafir þú athugasemdir eða ábendingar um eitthvað sem vantar eða sem má betur fara viljum við gjarnan fá frá þér línu á', | ||
'Hafir þú athugasemdir eða ábendingar um eitthvað sem vantar eða sem má betur fara viljum við gjarnan fá frá þér línu á [email protected]', | ||
'home.onboardingModule.card4': | ||
'Notendum er bent á að kynna sér stefnu Stafræns Íslands um meðferð persónuupplýsinga á', | ||
'home.vehicleModule.summary': | ||
|
@@ -594,6 +594,9 @@ export const is = { | |
'Þú ert að fara að opna Ísland.is í vafra. Viltu búa til aðgangslykil til að skrá þig inn sjálfkrafa með appinu?', | ||
'passkeys.headingSubtitle': | ||
'Viltu búa til aðgangslykil til að skrá þig inn sjálfkrafa með appinu?', | ||
'passkeys.settings': | ||
'Undir stillingum er alltaf hægt að eyða eða búa til aðgangslykil', | ||
'passkeys.furtherInformation': 'Nánar um aðgangslykla', | ||
'passkeys.createButton': 'Búa til aðgangslykil', | ||
'passkeys.skipButton': 'Sleppa', | ||
'passkeys.errorRegistering': 'Villa', | ||
|
@@ -619,7 +622,7 @@ export const is = { | |
'health.overview.insuredFrom': 'Sjúkratrygging frá', | ||
'health.overview.status': 'Staða', | ||
'health.overview.notInsured': 'Þú ert ekki með sjúkratryggingu', | ||
'health.overview.payments': 'Greiðslur', | ||
'health.overview.coPayments': 'Greiðsluþáttaka', | ||
'health.overview.maxMonthlyPayment': 'Hámarksgreiðslan þín á mánuði', | ||
'health.overview.paymentLimit': 'Greiðslumark', | ||
'health.overview.paymentCredit': 'Inneign', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,6 @@ export const OnboardingModule = React.memo(() => { | |
dark: '#150920', | ||
light: theme.color.purple100, | ||
}} | ||
link={{ url: 'mailto:[email protected]', title: '[email protected]' }} | ||
/> | ||
<WelcomeCard | ||
key="card-4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.