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
50
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
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
780
プロダクト志向なエンジニアがもう一歩先の価値を目指すために意識したこと
nealle
0
130
AI駆動のマルチエージェントによる業務フロー自動化の設計と実践
h_okkah
0
170
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
5
820
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
5
1.1k
おやつのお供はお決まりですか?@WWDC25 Recap -Japan-\(region).swift
shingangan
0
140
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
400
PipeCDのプラグイン化で目指すところ
warashi
1
280
AIともっと楽するE2Eテスト
myohei
7
2.8k
NPOでのDevinの活用
codeforeveryone
0
850
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
520
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
260
Featured
See All Featured
Writing Fast Ruby
sferik
628
62k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
The World Runs on Bad Software
bkeepers
PRO
69
11k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Into the Great Unknown - MozCon
thekraken
40
1.9k
Raft: Consensus for Rubyists
vanstee
140
7k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Code Review Best Practice
trishagee
69
19k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
Designing for humans not robots
tammielis
253
25k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
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