Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to translation_for #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 1, 2015

  1. Change to translation_for

    Change the setter to !translation_for(locale) it is now possible that
    the cache is empty but the DB has already a translation and the update
    still fails.
    tritter committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    fdf56a3 View commit details
    Browse the repository at this point in the history
  2. Bugfix for locales that does not exist

    translation_for is not returning nil if there is no locale available
    tritter committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    a376c3f View commit details
    Browse the repository at this point in the history
  3. If all_blank delete translation

    Added delete translation check method
    tritter committed Feb 1, 2015
    Configuration menu
    Copy the full SHA
    7c59a21 View commit details
    Browse the repository at this point in the history