Skip to content

Instantly share code, notes, and snippets.

@luciuschoi
Created August 17, 2015 09:44
Show Gist options
  • Save luciuschoi/f2f43e0443847780e16a to your computer and use it in GitHub Desktop.
Save luciuschoi/f2f43e0443847780e16a to your computer and use it in GitHub Desktop.
simple_form locale for Korean
ko:
simple_form:
"yes": '예'
"no": '아니오'
required:
text: '필수항목'
mark: '*'
# You can uncomment the line below if you need to overwrite the whole required html.
# When using html, text and mark won't be used.
# html: '<abbr title="required">*</abbr>'
error_notification:
default_message: "아래의 문제를 검토하세요."
# Examples
# labels:
# defaults:
# password: 'Password'
# user:
# new:
# email: 'E-mail to sign in.'
# edit:
# email: 'E-mail.'
# hints:
# defaults:
# username: 'User name to sign in.'
# password: 'No special characters, please.'
# include_blanks:
# defaults:
# age: 'Rather not say'
# prompts:
# defaults:
# age: 'Select your age'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment