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
11年かかって やっとVibe Codingに 時代が追いつきましたね
yimajo
0
220
ZeroETLで始めるDynamoDBとS3の連携
afooooil
0
130
型で語るカタ
irof
1
880
AI Ramen Fight
yusukebe
0
120
Gemini CLIの"強み"を知る! Gemini CLIとClaude Codeを比較してみた!
kotahisafuru
2
680
AIのメモリー
watany
11
1.1k
Streamlitで実現できるようになったこと、実現してくれたこと
ayumu_yamaguchi
2
240
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
6
1k
What's new in AppKit on macOS 26
1024jp
0
180
PHPUnitの限界をPlaywrightで補完するテストアプローチ
yuzneri
0
360
Vibe coding コードレビュー
kinopeee
0
350
ソフトウェア設計とAI技術の活用
masuda220
PRO
25
7k
Featured
See All Featured
A better future with KSS
kneath
238
17k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
770
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Art, The Web, and Tiny UX
lynnandtonic
301
21k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Code Review Best Practice
trishagee
69
19k
Embracing the Ebb and Flow
colly
86
4.8k
Unsuck your backbone
ammeep
671
58k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
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