Skip to content

Commit

Permalink
Merge pull request #162 from JellyBookOrg/translations
Browse files Browse the repository at this point in the history
add yes and no strings
  • Loading branch information
Kara-Zor-El authored Feb 14, 2024
2 parents c18dabc + 65cbbef commit f0b1220
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,9 @@
"useSentry": "Use Sentry",
"@useSentry": {},
"sentryExplanation": "Enable Sentry logging to quickly diagnose and fix issues! This provides us with real-time error tracking without compromising your privacy. Please help support JellyBook's development by turning on logging.",
"@sentryExplanation": {}
"@sentryExplanation": {},
"yes": "Yes",
"@yes": {},
"no": "No",
"@no": {}
}

0 comments on commit f0b1220

Please sign in to comment.