Skip to content

Instantly share code, notes, and snippets.

@svenfuchs
Created February 12, 2011 17:05
Show Gist options
  • Select an option

  • Save svenfuchs/823884 to your computer and use it in GitHub Desktop.

Select an option

Save svenfuchs/823884 to your computer and use it in GitHub Desktop.
I18n vs L10n
class Internationalization < Abstraction
def perform
@developer.work!
end
end
class Localization < Concretion
def perform
@translator.work!
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment