Skip to content

Instantly share code, notes, and snippets.

@trevmex
Created May 25, 2011 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trevmex/990955 to your computer and use it in GitHub Desktop.
Save trevmex/990955 to your computer and use it in GitHub Desktop.
Japanese locale for formtastic
jp:
formtastic:
:yes: 'はい'
:no: 'いいえ'
:create: '%{model}を作る'
:update: '%{model}をアップデートする'
:submit: '%{model}をサブミットする'
:required: '必要'
@johnnyshields
Copy link

Suggestion to improve:
yes: 'はい'
no: 'いいえ'
create: '%{model}を作成する'
update: '%{model}を更新する'
submit: '%{model}を編集する'
cancel: '取り消す'
reset: '%{model}をリセットする'
required: '必要'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment