Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
多言語 Emberjs i18n
Search
Randy Morgan (@morgan_randy)
March 18, 2013
Programming
-1
450
多言語 Emberjs i18n
大江戸Ruby会議03のスライド
http://regional.rubykaigi.org/oedo03
#odrk03
Randy Morgan (@morgan_randy)
March 18, 2013
Tweet
Share
More Decks by Randy Morgan (@morgan_randy)
See All by Randy Morgan (@morgan_randy)
LRUG mruby
randym
3
580
Other Decks in Programming
See All in Programming
複数アプリケーションを育てていくための共通化戦略
irof
10
3.9k
都市をデータで見るってこういうこと PLATEAU属性情報入門
nokonoko1203
1
500
実はすごいスピードで進化しているCSS
hayato_yokoyama
0
120
Create a website using Spatial Web
akkeylab
0
290
Effect の双対、Coeffect
yukikurage
5
1.4k
プロダクト開発でも使おう 関数のオーバーロード
yoiwamoto
0
150
赤裸々に公開。 TSKaigiのオフシーズン
takezoux2
0
130
ドメインモデリングにおける抽象の役割、tagless-finalによるDSL構築、そして型安全な最適化
knih
11
1.9k
Java on Azure で LangGraph!
kohei3110
0
150
Cline指示通りに動かない? AI小説エージェントで学ぶ指示書の書き方と自動アップデートの仕組み
kamomeashizawa
1
530
AIエージェントによるテストフレームワーク Arbigent
takahirom
0
380
関数型まつりレポート for JuliaTokai #22
antimon2
0
120
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
The World Runs on Bad Software
bkeepers
PRO
68
11k
Automating Front-end Workflow
addyosmani
1370
200k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Embracing the Ebb and Flow
colly
86
4.7k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Optimizing for Happiness
mojombo
379
70k
Transcript
Ember i18n ଟݴޠ Presented by Randy Morgan @morgan_randy Monday, March
18, 13
Monday, March 18, 13
Seattle Monday, March 18, 13
Chigasaki Monday, March 18, 13
axlsx Monday, March 18, 13
Monday, March 18, 13
Rails Challenges? OSS with multiple, possibly non technical translators? Monday,
March 18, 13
Rails Challenges? OSS with multiple, possibly non technical translators? Feeding
localization data to the Ember front end? Monday, March 18, 13
Rails Challenges? OSS with multiple, possibly non technical translators? Missing
handlebars translation keys? Feeding localization data to the Ember front end? Monday, March 18, 13
localeapp localeapp-i18n-js i18n-js Monday, March 18, 13
Localeapp Monday, March 18, 13
localeapp-i18n-js Ember Rails Localeapp missing!! Add it!! https://github.com/randym/localeapp-i18n-js xxx.yml i18n-js
Monday, March 18, 13
i18n-js Monday, March 18, 13
Presented by Randy Morgan @morgan_randy ग़དྷͨʂ Monday, March 18, 13
͑ͬʁʂ Ember Localeapp Monday, March 18, 13
It’s a static Application? Asset compilation for i18n-js? Monday, March
18, 13
It’s a static Application? Asset compilation for i18n-js? Switching locales
in a static app? Monday, March 18, 13
It’s a static Application? Importing from localapp & Reporting Missing
translations? Asset compilation for i18n-js? Switching locales in a static app? Monday, March 18, 13
localeapp rake-pipeline-i18n-filters locale bound ember view i18n-js localeapp-handlebars_i18n Monday, March
18, 13
rake-pipeline-i18n-filters Monday, March 18, 13
require 'rake-pipeline-i18n-filters' output 'assets/scripts/config' input 'locales' do match '**/*.yml' do
i18n_js { 'locales.js' } end end rake-pipeline-i18n-filters Monday, March 18, 13
Locale bound Ember https://github.com/randym/emberjs-i18n assets/scripts/emberjs_i18n.coffee assets/scripts/app/app.coffee Monday, March 18, 13
Locale Bound Ember {{t some_key}} Monday, March 18, 13
Use Rake! localeapp-handlebars_i18n Monday, March 18, 13
Presented by Randy Morgan @morgan_randy demo! Monday, March 18, 13
Presented by Randy Morgan @morgan_randy thanks! Monday, March 18, 13