pogdark-app-flutter/lib/l10n/app_en.arb
whysman 4ce7efb5a5
All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Successful in 3m12s
adding menu with dialog and moving dialog text to l10n
2024-11-13 23:11:47 -05:00

18 lines
697 B
Plaintext

{
"homeDialogContent": "This is the Home dialog. Add your home content here.",
"profileDialogContent": "This is the Profile dialog. Add your profile content here.",
"settingsDialogContent": "This is the Settings dialog. Add your settings content here.",
"logoutDialogContent": "Are you sure you want to log out?",
"@homeDialogContent": {
"description": "Text for the home dialog content."
},
"@profileDialogContent": {
"description": "Text for the profile dialog content."
},
"@settingsDialogContent": {
"description": "Text for the settings dialog content."
},
"@logoutDialogContent": {
"description": "Text for the logout confirmation dialog content."
}
}