Skip to content

Commit

Permalink
feat(locales): support German language
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Aug 18, 2023
1 parent 954a7ae commit 7d92c81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/locales/de-DE/main.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"emailPasswordlessSubject": "Passwordless Link to Sign in to CPE app",
"greetingsNoName": "Hello,",
"passwordLessIntro": "We received a request to sign in to Congregation Program for Everyone using this email address. If you want to sign in with your {{ email }} account, please use the link below.",
"signIn": "Sign in",
"passwordLessIgnore": "If you did not request this link, you can safely ignore this email.",
"passwordLessLinkFull": "If you are having trouble opening the link above, please use the following link. Make sure the link is not cropped when you are opening it.",
"thankYou": "Thank you",
"sws2appsTeam": "The Scheduling Workbox System Team",
"emailOTPCodeSubject": "Verification Code for for sign in to CPE app",
"emailOTPCodeTemplate": "<p>Hello</p>\n<p>Here’s your verification code to sign in to Congregation Program for Everyone:</p>\n<p class='otp-code'>{{ emailOTPCode }}</p>\n<p>Please make sure you never share this code with anyone.\n<br><strong>Note:</strong> The code will expire in 5 minutes.</p>",
"emailFooter": "<p>Thank you\n<br>The Scheduling Workbox System Team</p>"
}
1 change: 1 addition & 0 deletions src/locales/langList.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const LANGUAGE_LIST = [
{ code: 'e', locale: 'en', name: 'English' },
{ code: 'x', locale: 'de-DE', name: 'German' },
{ code: 'mg', locale: 'mg-MG', name: 'Malagasy' },
{ code: 't', locale: 'pt-BR', name: 'Português (Brasil)' },
{ code: 'k', locale: 'uk-UA', name: 'українська' },
Expand Down

0 comments on commit 7d92c81

Please sign in to comment.