Skip to content

Commit

Permalink
fix(i18n): lets pretend this didn't happen
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed May 14, 2017
1 parent b91d247 commit 519b4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locales/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ x.rm.todo = cache => rm.all(cache)
x.rm.entrada = x.rm
x.rm.datos = (cache, hacheo) => rm.content(cache, hacheo)

x.ponLenguage = lang => setLocale(lang)
x.ponLenguaje = lang => setLocale(lang)
x.limpiaMemoizado = () => clearMemoized()

x.tmp = {}
Expand Down

0 comments on commit 519b4ee

Please sign in to comment.