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
Rails Internationalization - Jason Arhart
Search
Las Vegas Ruby Group
August 28, 2013
0
42
Rails Internationalization - Jason Arhart
Las Vegas Ruby Group
August 28, 2013
Tweet
Share
More Decks by Las Vegas Ruby Group
See All by Las Vegas Ruby Group
Ruby ISO Standard - David Grayson
lvrug
0
130
Windows Automation - Howard Feldman
lvrug
0
68
Separating Your Application from Rails - Brian Hughes
lvrug
0
120
SWIG and Ruby - David Grayson
lvrug
0
75
Practical Object-Oriented Design in Ruby - Charles Jackson
lvrug
3
130
The Hamster Gem - Ryan Mulligan
lvrug
1
90
Varnish+Redis - Russ Smith
lvrug
1
100
Lambdas and Pops - Jan Hettich
lvrug
0
79
Making Good Use of Fonts - Russ Smith
lvrug
1
88
Featured
See All Featured
KATA
mclloyd
32
15k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.7k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
189
55k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Keith and Marios Guide to Fast Websites
keithpitt
411
23k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
19
1.2k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6.1k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Transcript
Rails i18n by Jason Arhart Thursday, September 19, 13
i18n & L10n internationalization Thursday, September 19, 13
i18n & L10n internationalization 18 letters Thursday, September 19, 13
i18n & L10n localization Thursday, September 19, 13
i18n & L10n localization 10 letters Thursday, September 19, 13
Codez Thursday, September 19, 13
Translations Thursday, September 19, 13
Translations config/locales/en.yml Thursday, September 19, 13
Translations config/locales/en.yml Thursday, September 19, 13
Translations config/locales/en.yml Thursday, September 19, 13
Basic Lookup Thursday, September 19, 13
Basic Lookup Thursday, September 19, 13
Basic Lookup Thursday, September 19, 13
Basic Lookup Thursday, September 19, 13
Codez Thursday, September 19, 13
Scopes Thursday, September 19, 13
Scopes Thursday, September 19, 13
Scopes Thursday, September 19, 13
Scopes Thursday, September 19, 13
Scopes Thursday, September 19, 13
Codez Thursday, September 19, 13
Defaults Thursday, September 19, 13
Defaults Thursday, September 19, 13
Defaults Thursday, September 19, 13
Defaults Thursday, September 19, 13
Codez Thursday, September 19, 13
“Lazy” Lookup Thursday, September 19, 13
“Lazy” Lookup app/views/pages/index.html.erb Thursday, September 19, 13
“Lazy” Lookup app/views/pages/index.html.erb Thursday, September 19, 13
“Lazy” Lookup app/views/pages/index.html.erb Thursday, September 19, 13
“Lazy” Lookup app/views/pages/index.html.erb Thursday, September 19, 13
“Lazy” Lookup app/views/pages/index.html.erb Thursday, September 19, 13
“Lazy” Lookup app/views/pages/index.html.erb Thursday, September 19, 13
“Lazy” Lookup app/views/pages/index.html.erb Thursday, September 19, 13
Codez Thursday, September 19, 13
Interpolation Thursday, September 19, 13
Interpolation Thursday, September 19, 13
Interpolation Thursday, September 19, 13
Codez Thursday, September 19, 13
ActiveRecord Models Thursday, September 19, 13
Codez Thursday, September 19, 13
ActiveRecord Models Thursday, September 19, 13
Codez Thursday, September 19, 13
ActiveRecord Error Messages Thursday, September 19, 13
ActiveRecord Error Messages Thursday, September 19, 13
ActiveRecord Error Messages Thursday, September 19, 13
Localization Thursday, September 19, 13
More Information http://guides.rubyonrails.org/i18n.html Thursday, September 19, 13