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
JavaでLチカしたい! / JJUG CCC 2024 Fall LT
nhayato
0
100
Generative AI Use Cases JP (略称:GenU)奮闘記
hideg
0
180
OpenTelemetryでRailsのパフォーマンス分析を始めてみよう(KoR2024)
ymtdzzz
5
1.8k
Sidekiqで実現する 長時間非同期処理の中断と再開 / Pausing and Resuming Long-Running Asynchronous Jobs with Sidekiq
hypermkt
6
2.9k
AWS IaCの注目アップデート 2024年10月版
konokenj
3
3.2k
ECS Service Connectのこれまでのアップデートと今後のRoadmapを見てみる
tkikuc
2
230
破壊せよ!データ破壊駆動で考えるドメインモデリング / data-destroy-driven
minodriven
16
4.2k
Identifying User Idenity
moro
6
8.8k
C++でシェーダを書く
fadis
5
2.8k
Java ジェネリクス入門 2024
nagise
0
650
Amazon Bedrock Agentsを用いてアプリ開発してみた!
har1101
0
260
Content Security Policy入門 セキュリティ設定と 違反レポートのはじめ方 / Introduction to Content Security Policy Getting Started with Security Configuration and Violation Reporting
uskey512
1
450
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
4
330
Adopting Sorbet at Scale
ufuk
73
9k
The World Runs on Bad Software
bkeepers
PRO
65
11k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Gamification - CAS2011
davidbonilla
80
5k
Imperfection Machines: The Place of Print at Facebook
scottboms
264
13k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
BBQ
matthewcrist
85
9.3k
Agile that works and the tools we love
rasmusluckow
327
21k
Designing for humans not robots
tammielis
249
25k
Documentation Writing (for coders)
carmenintech
65
4.4k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.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