Update Note to deploy in I18n authored by 过纯中's avatar 过纯中
```bash
bundle exec rake assets:export_locales
bundle exec i18n export --config=config/i18n.yml --require=config/environment.rb
git add -f frontend/src/locales/*.json
git add -f frontend/src/locales/*.js
git commit
```
\ No newline at end of file