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

Support for specifying currency symbol and frac_digits directly #193

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

Commits on Jul 8, 2014

  1. On OpenBSD systems, LC_MONETARY cannot be set to anything other than …

    …"", "C" or "POSIX".
    
    As such, I've added a way to specify the currency and frac_digits using:
    SHOP_CURRENCY_FRAC_DIGITS
    SHOP_CURRENCY_SYMBOL
    procmail committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    3ff7cd2 View commit details
    Browse the repository at this point in the history
  2. Forgot to import localeconv

    procmail committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    bbb71ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd101e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9ccb94 View commit details
    Browse the repository at this point in the history
  5. Version check for python.

    procmail committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    1866d89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91c2278 View commit details
    Browse the repository at this point in the history
  7. Removed unused import sys

    procmail committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    8715fb1 View commit details
    Browse the repository at this point in the history