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
マンガアプリViewerの大画面対応を考える
kk__777
0
430
AI 駆動開発におけるコミュニティと AWS CDK の価値
konokenj
5
300
Blazing Fast UI Development with Compose Hot Reload (droidcon London 2025)
zsmb
0
430
3年ぶりにコードを書いた元CTOが Claude Codeと30分でMVPを作った話
maikokojima
0
710
pnpm に provenance のダウングレード を検出する PR を出してみた
ryo_manba
1
170
20251016_Rails News ~Rails 8.1の足音を聴く~
morimorihoge
3
900
Vueのバリデーション、結局どれを選べばいい? ― 自作バリデーションの限界と、脱却までの道のり ― / Which Vue Validation Library Should We Really Use? The Limits of Self-Made Validation and How I Finally Moved On
neginasu
3
1.7k
理論と実務のギャップを超える
eycjur
0
200
React Nativeならぬ"Vue Native"が実現するかも?_新世代マルチプラットフォーム開発フレームワークのLynxとLynxのVue.js対応を追ってみよう_Vue Lynx
yut0naga1_fa
2
1.9k
KoogではじめるAIエージェント開発
hiroaki404
1
210
AIと人間の共創開発!OSSで試行錯誤した開発スタイル
mae616
2
840
TransformerからMCPまで(現代AIを理解するための羅針盤)
mickey_kubo
7
5.8k
Featured
See All Featured
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
630
We Have a Design System, Now What?
morganepeng
53
7.9k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Statistics for Hackers
jakevdp
799
220k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.7k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
KATA
mclloyd
PRO
32
15k
The Power of CSS Pseudo Elements
geoffreycrofte
80
6k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
190
55k
Building an army of robots
kneath
306
46k
Thoughts on Productivity
jonyablonski
71
4.9k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
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