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
470
多言語 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
620
Other Decks in Programming
See All in Programming
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
受け入れテスト駆動開発(ATDD)×AI駆動開発 AI時代のATDDの取り組み方を考える
kztakasaki
2
550
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
140
Fundamentals of Software Engineering In the Age of AI
therealdanvega
1
230
Windows on Ryzen and I
seosoft
0
220
技術検証結果の整理と解析をAIに任せよう!
keisukeikeda
0
100
CSC307 Lecture 13
javiergs
PRO
0
310
コーディングルールの鮮度を保ちたい / keep-fresh-go-internal-conventions
handlename
0
170
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
210
AI Assistants for Your Angular Solutions
manfredsteyer
PRO
0
110
Rubyと楽しいをつくる / Creating joy with Ruby
chobishiba
0
210
Codex の「自走力」を高める
yorifuji
0
1.1k
Featured
See All Featured
Navigating Weather and Climate Data
rabernat
0
130
Paper Plane
katiecoart
PRO
0
47k
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
0
230
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
460
We Have a Design System, Now What?
morganepeng
55
8k
What's in a price? How to price your products and services
michaelherold
247
13k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.2k
The Mindset for Success: Future Career Progression
greggifford
PRO
0
270
Thoughts on Productivity
jonyablonski
75
5.1k
The agentic SEO stack - context over prompts
schlessera
0
680
Kristin Tynski - Automating Marketing Tasks With AI
techseoconnect
PRO
0
190
Build your cross-platform service in a week with App Engine
jlugia
234
18k
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