Skip to content

Commit

Permalink
UK & RU addition to proper settings array & new form strings
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed May 25, 2022
1 parent e9076ec commit 3973477
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for languages

## 2022-05-25 - v1.11.0

* Added strings for new form validators
* Added UK and RU to list of other countries in settings

## 2022-05-10 - v1.10.0

* Added strings for wallet connect in settings
Expand Down
4 changes: 4 additions & 0 deletions en/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ export default {
'form.validator.whitespace': 'Must not have white space',
'form.validator.zipCode': 'Must be a valid ZIP code',
'form.validator.isbn': 'We only accept 10 or 13 version of ISBN',
'form.validator.btc': 'This is not a valid BTC address.',
'form.validator.eth': 'This is not a valid ETH address.',
'form.weakPassword':
'This password looks weak. Please consider making it stronger by adding numbers and special characters.',
// you can get these messages from: https://github.com/gwendall/meteor-simple-schema-i18n/tree/master/i18n
// but don't forget to adjust the format
'simpleschema.required': '{label} is required',
Expand Down
5 changes: 4 additions & 1 deletion settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,10 @@ export default {
'MA',
'PS',
'SY',
'TN'
'TN',
// Other
'UK',
'RU'
],
/**
* USA states
Expand Down

0 comments on commit 3973477

Please sign in to comment.