[shared] Added appy.shared.data.vatEuroCountries, which is the list of countries of the euro zone.

This commit is contained in:
Gaetan Delannay 2012-12-20 16:09:05 +01:00
parent 6d0d2ea591
commit bba7c589be
3 changed files with 10 additions and 3 deletions

View file

@ -163,6 +163,11 @@ nativeNames = {
# List of languages having direction right-to-left (RTL) -----------------------
rtlLanguages = ('ar', 'he', 'fa')
# Countries of the "euro" zone
vatEuroCountries = ('AT', 'BE', 'BG', 'CY', 'CZ', 'DE', 'DK', 'EE', 'GR', 'ES',
'FI', 'FR', 'GB', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'MT',
'NL', 'PL' 'PT', 'RO', 'SE', 'SI', 'SK')
# ------------------------------------------------------------------------------
class Languages:
'''This class gives access to the language codes and names as standardized