Upgrade to Pro — share decks privately, control downloads, hide ads and more …

[Kaohsiung Rails meetup] 國際化影片分享網站

[Kaohsiung Rails meetup] 國際化影片分享網站

2014-03-29 分享於高雄 Rails meetup

HeChien Hsu

March 29, 2014
Tweet

More Decks by HeChien Hsu

Other Decks in Programming

Transcript

  1. About me • 徐赫謙 - HeChien Hsu • [email protected]

    http://fb.com/hechien • http://hechien.logdown.com
  2. 我們需要這些 Gem • rails • embedly # 抓 video link

    ⽤用 • faraday # embedly 說它要存在才讓我⽤用 T_T • settingslogic # 為了儲存⼀一些設定
  3. Internationalization (cont.) • I18n.t(key) # 任何地⽅方皆可使⽤用 • I18n.t(key, scope: scope)

    # 任何地⽅方皆可使⽤用, 並指定 scope • t(key) # View Helper • t(key, scope: scope) # View Helper with scope
  4. Timezone • rake time:zones:all # 得到所有時區清單 • rake time:zones:us #

    美國地區的時區清單 • rake time:zones:local # 當前地區的時區清單 • rake time:zones:all OFFSET=8 # +08:00 的地區