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:
parent
375db3c3f7
commit
e23167d771
2 changed files with 20 additions and 0 deletions
|
|
@ -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!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue