mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Merge branch 'master' of github.com:domify/registry
This commit is contained in:
commit
ffb1ab6521
8 changed files with 24 additions and 18 deletions
|
@ -4,7 +4,7 @@ module I18n
|
|||
class << self
|
||||
alias_method :original_localize, :localize
|
||||
|
||||
def localize object, options = {}
|
||||
def localize(object, options = {})
|
||||
object.present? ? original_localize(object, options) : ''
|
||||
end
|
||||
end
|
||||
|
|
|
@ -64,7 +64,7 @@ en:
|
|||
invalid: 'Domain name is invalid'
|
||||
reserved: 'Domain name is reserved or restricted'
|
||||
taken: 'Domain name already exists'
|
||||
name_puny:
|
||||
puny_label:
|
||||
too_long: 'Domain name is too long (maximum is 63 characters)'
|
||||
registrant:
|
||||
blank: 'Registrant is missing'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue