Add newsletter form translations for English and Norwegian

[newsletter]
Add labels, placeholders, and messages for both languages
Include success and error states for user feedback
This commit is contained in:
Ruben 2026-01-17 00:03:03 +01:00
parent 375db3c3f7
commit e23167d771
2 changed files with 20 additions and 0 deletions

View file

@ -97,3 +97,13 @@ trondelag = "Trøndelag"
vestfold = "Vestfold"
vestland = "Vestland"
ostfold = "Østfold"
[newsletter]
name_label = "Name"
name_placeholder = "Your name"
email_label = "Email"
email_placeholder = "Your email address"
notice = "We send about 12 emails per year. You can unsubscribe whenever you want."
submit_button = "Subscribe"
success_message = "Check your inbox!"
error_message = "Something went wrong!"