Skip to content

Commit

Permalink
I18n: remove #populate from Simple backend as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mseppae authored and Sven Fuchs committed Aug 27, 2008
1 parent 2d03a4c commit cba83ed
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -3,13 +3,6 @@
module I18n
module Backend
class Simple
# Allow client libraries to pass a block that populates the translation
# storage. Decoupled for backends like a db backend that persist their
# translations, so the backend can decide whether/when to yield or not.
def populate(&block)
yield
end

# Accepts a list of paths to translation files. Loads translations from
# plain Ruby (*.rb) or YAML files (*.yml). See #load_rb and #load_yml
# for details.
Expand Down

0 comments on commit cba83ed

Please sign in to comment.