|
|
|
@ -13,17 +13,19 @@ import translate from 'Utilities/String/translate';
|
|
|
|
|
// Note: Do Not Translate Certification Countries
|
|
|
|
|
|
|
|
|
|
export const certificationCountryOptions = [
|
|
|
|
|
{ key: 'us', value: 'United States' },
|
|
|
|
|
{ key: 'au', value: 'Australia' },
|
|
|
|
|
{ key: 'br', value: 'Brazil' },
|
|
|
|
|
{ key: 'ca', value: 'Canada' },
|
|
|
|
|
{ key: 'fr', value: 'France' },
|
|
|
|
|
{ key: 'de', value: 'Germany' },
|
|
|
|
|
{ key: 'gb', value: 'Great Britain' },
|
|
|
|
|
{ key: 'in', value: 'India' },
|
|
|
|
|
{ key: 'ie', value: 'Ireland' },
|
|
|
|
|
{ key: 'it', value: 'Italy' },
|
|
|
|
|
{ key: 'es', value: 'Spain' },
|
|
|
|
|
{ key: 'us', value: 'United States' },
|
|
|
|
|
{ key: 'nz', value: 'New Zealand' }
|
|
|
|
|
{ key: 'nz', value: 'New Zealand' },
|
|
|
|
|
{ key: 'ro', value: 'Romania' },
|
|
|
|
|
{ key: 'es', value: 'Spain' }
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
function MetadataOptions(props) {
|
|
|
|
|