[shared] Added appy.shared.data.vatEuroCountries, which is the list of countries of the euro zone.
This commit is contained in:
parent
6d0d2ea591
commit
bba7c589be
3 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue