Skip to content

Commit

Permalink
Improving the Polish localization. Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
fizista committed May 1, 2013
1 parent 2ab4ba7 commit f2b13c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moneyed/localization.py
Expand Up @@ -258,7 +258,7 @@ def format(self, money, include_symbol=True, locale=DEFAULT,
_sign(DEFAULT, moneyed.PGK, prefix=u'K')
_sign(DEFAULT, moneyed.PHP, prefix=u'₱')
_sign(DEFAULT, moneyed.PKR, prefix=u'₨')
_sign(DEFAULT, moneyed.PLN, suffix=u'zł')
_sign(DEFAULT, moneyed.PLN, suffix=u' zł')
_sign(DEFAULT, moneyed.PYG, prefix=u'₲')
_sign(DEFAULT, moneyed.QAR, prefix=u'ر.ق')
_sign(DEFAULT, moneyed.RSD, prefix=u'дин')
Expand Down

0 comments on commit f2b13c3

Please sign in to comment.