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
CI-18n
Search
mcollina
September 28, 2011
Programming
2
46
CI-18n
mcollina
September 28, 2011
Tweet
Share
More Decks by mcollina
See All by mcollina
Enter the App Era with Ruby on Rails
mcollina
2
130
Designing and developing mobile web applications with Mockup, Sencha Touch and Sinatra @RubyDay
mcollina
4
220
Other Decks in Programming
See All in Programming
[PyCon Korea 2024 Keynote] 커뮤니티와 파이썬, 그리고 우리
beomi
0
120
約9000個の自動テストの 時間を50分->10分に短縮 Flakyテストを1%以下に抑えた話
hatsu38
24
12k
Hotwire or React? ~アフタートーク・本編に含めなかった話~ / Hotwire or React? after talk
harunatsujita
1
110
Importmapを使ったJavaScriptの 読み込みとブラウザアドオンの影響
swamp09
4
1.3k
破壊せよ!データ破壊駆動で考えるドメインモデリング / data-destroy-driven
minodriven
17
4.3k
『ドメイン駆動設計をはじめよう』のモデリングアプローチ
masuda220
PRO
8
480
カラム追加で増えるActiveRecordのメモリサイズ イメージできますか?
asayamakk
4
1.9k
アジャイルを支えるテストアーキテクチャ設計/Test Architecting for Agile
goyoki
9
3.1k
僕がつくった48個のWebサービス達
yusukebe
20
17k
Kubernetes for Data Engineers: Building Scalable, Reliable Data Pipelines
sucitw
1
210
Tauriでネイティブアプリを作りたい
tsucchinoko
0
340
AI時代におけるSRE、 あるいはエンジニアの生存戦略
pyama86
1
200
Featured
See All Featured
Faster Mobile Websites
deanohume
305
30k
YesSQL, Process and Tooling at Scale
rocio
168
14k
Gamification - CAS2011
davidbonilla
80
5k
Bash Introduction
62gerente
608
210k
KATA
mclloyd
29
14k
How STYLIGHT went responsive
nonsquared
95
5.2k
Designing Experiences People Love
moore
138
23k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
Embracing the Ebb and Flow
colly
84
4.5k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
329
21k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
364
24k
A Tale of Four Properties
chriscoyier
156
23k
Transcript
CI-18N https://github.com/mcollina/ci- 18n @matteocollina
JavaScript is the Future of the web
We don't live all in the US Japan France Germa
ny Italy?
We need I18n for JavaScript
ci-18n Requires rails 3.1 In your Gemfile: gem "ci-18n"
ci-18n In your application.js: I18n.autoloadAndSetup({path: '/locales', default: 'en'})
ci-18n It support both '.t' and '.l' of Ruby I18n
API $i18n.t("hello.world", { name: "John" }) => "Hello World John"
ci-18n Developers & Testers Needed
Thanks Matteo Collina http://matteocollina.com ci-18n https://github.com/mcollina/ci-18n