Changeset 12550


Ignore:
Timestamp:
2 Feb 2015, 08:20:35 (10 years ago)
Author:
uli
Message:

Use i18n chars in a way i18nextract is happy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/payments/paypal_currencies.py

    r12541 r12550  
     1# -*- coding: utf-8 -*-
    12# $Id$
    23#
     
    4950    'NZD': (_(u'New Zealand dollar'), False, True),
    5051    'PHP': (_(u'Philippine peso'), False, True),
    51     'PLN': (_(u'Polish zloty'), False, True),
     52    'PLN': (_(u'Polish złoty'), False, True),
    5253    'SEK': (_(u'Swedish krona'), False, True),
    5354    'SGD': (_(u'Singapore dollar'), False, True),
Note: See TracChangeset for help on using the changeset viewer.