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
440
多言語 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
570
Other Decks in Programming
See All in Programming
20250429 - CNTUG Meetup #67 / DevOps Taiwan Meetup #69 - Deep Dive into Tetragon: Building Runtime Security and Observability with eBPF
tico88612
0
170
生成AI時代のフルスタック開発
kenn
2
290
Носок на сок
bo0om
0
1.2k
カオスに立ち向かう小規模チームの装備の選択〜フルスタックTSという装備の強み _ 弱み〜/Choosing equipment for a small team facing chaos ~ Strengths and weaknesses of full-stack TS~
bitkey
1
140
API for docs
soutaro
4
1.7k
設計の本質:コード、システム、そして組織へ / The Essence of Design: To Code, Systems, and Organizations
nrslib
10
3.8k
AWS Summit Hong Kong 2025: Reinventing Programming - How AI Transforms Our Enterprise Coding Approach
dwchiang
0
130
七輪ライブラリー: Claude AI で作る Next.js アプリ
suneo3476
1
190
Laravel × Clean Architecture
bumptakayuki
PRO
0
150
Dissecting and Reconstructing Ruby Syntactic Structures
ydah
4
2.2k
エンジニア向けCursor勉強会 @ SmartHR
yukisnow1823
3
12k
監視 やばい
syossan27
12
10k
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.6k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.8k
Six Lessons from altMBA
skipperchong
28
3.8k
Code Review Best Practice
trishagee
68
18k
Side Projects
sachag
453
42k
Making the Leap to Tech Lead
cromwellryan
133
9.3k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.8k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
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