Update countries

This commit is contained in:
Mick Vleeshouwer 2018-03-17 21:45:24 +01:00
parent 11a402626c
commit bf88f6ee51

View File

@ -53,11 +53,14 @@ export interface OpenALPRResult {
export class OpenALPR extends IonicNativePlugin { export class OpenALPR extends IonicNativePlugin {
Country = { Country = {
EU: 'eu',
US: 'us',
AU: 'au', AU: 'au',
BR: 'br', BR: 'br',
KR2: 'kr2' BR2: 'br2',
EU: 'eu',
IN: 'in',
KR2: 'kr2',
US: 'us',
VN2: 'vn2'
}; };
/** /**