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
590
Other Decks in Programming
See All in Programming
旅行プランAIエージェント開発の裏側
ippo012
2
920
アセットのコンパイルについて
ojun9
0
130
個人軟體時代
ethanhuang13
0
330
AWS発のAIエディタKiroを使ってみた
iriikeita
1
190
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
22
5.8k
Flutter with Dart MCP: All You Need - 박제창 2025 I/O Extended Busan
itsmedreamwalker
0
150
私の後悔をAWS DMSで解決した話
hiramax
4
210
Cache Me If You Can
ryunen344
2
3k
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
3.2k
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
3
1.5k
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
160
Reading Rails 1.0 Source Code
okuramasafumi
0
250
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
Building Applications with DynamoDB
mza
96
6.6k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Designing for Performance
lara
610
69k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Writing Fast Ruby
sferik
628
62k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
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