@hhgtech/hhg-components
Version:
Hello Health Group common components
37 lines (32 loc) • 1.27 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var Locale = require('./Locale-59ccf941.js');
const domainLocales = {
'vi-VN': 'hellobacsi.com',
'id-ID': 'hellosehat.com',
'ms-MY': 'hellodoktor.com',
'km-KH': 'hellokrupet.com',
'en-PH': 'hellodoctor.com.ph',
'th-TH': 'hellokhunmor.com',
'my-MM': 'hellosayarwon.com',
'zh-TW': 'helloyishi.com.tw',
'zh-CN': 'hellojiankang.com',
'hi-IN': 'helloswasthya.com',
'tl-PH': 'hellodoctor.com.ph',
'vi-VN_MB': 'marrybaby.vn',
};
const MAP_DOMAIN_BY_LOCALE = {
[Locale.LOCALE.Vietnam]: 'hellobacsi.com',
[Locale.LOCALE.Indonesia]: 'hellosehat.com',
[Locale.LOCALE.Malaysia]: 'hellodoktor.com',
[Locale.LOCALE.Cambodia]: 'hellokrupet.com',
[Locale.LOCALE.PhilippinesEnglish]: 'hellodoctor.com.ph',
[Locale.LOCALE.PhilippinesTagalog]: 'hellodoctor.com.ph',
[Locale.LOCALE.Thailand]: 'hellokhunmor.com',
[Locale.LOCALE.Myanmar]: 'hellosayarwon.com',
[Locale.LOCALE.Taiwan]: 'helloyishi.com.tw',
[Locale.LOCALE.India]: 'helloswasthya.com',
[Locale.LOCALE.China]: 'hellojiankang.com',
};
exports.MAP_DOMAIN_BY_LOCALE = MAP_DOMAIN_BY_LOCALE;
exports.domainLocales = domainLocales;