Added more profiles and changed bottom text

This commit is contained in:
z0ccc 2022-05-07 16:15:57 -04:00
parent 62bac340de
commit 89f1faffa0
3 changed files with 231 additions and 206 deletions

View file

@ -128,7 +128,8 @@ const Popup = () => {
fontSize: '10px',
}}
>
Leave field blank to use real value.
Tabs need to be initialized for full protection.
{/* <a href="/">Read more</a> */}
</div>
</div>
</div>

View file

@ -83,7 +83,7 @@ const countryLocales = {
IL: { locale: 'he-IL' },
IN: { locale: 'hi-IN' },
IQ: { locale: 'ar-IQ' },
IR: { locale: 'hi-IN' },
IR: { locale: 'fa-IR' },
IS: { locale: 'is-IS' },
IT: { locale: 'it-IT' },
JM: { locale: 'en-JM' },

View file

@ -1,11 +1,35 @@
const profiles = {
none: { timezone: '', locale: '', lat: '', lon: '' },
baghdad: {
timezone: 'Asia/Baghdad',
locale: 'ar-IQ',
lat: 33.3152,
lon: 44.3661,
},
bangkok: {
timezone: 'Asia/Bangkok',
locale: 'th-TH',
lat: 13.7563,
lon: 100.5018,
},
berlin: {
timezone: 'Europe/Berlin',
locale: 'de-DE',
lat: 52.520007,
lon: 13.404954,
},
cairo: {
timezone: 'Africa/Cairo',
locale: 'ar-EG',
lat: 30.0444,
lon: 31.2357,
},
delhi: {
timezone: 'Asia/Kolkata',
locale: 'hi-IN',
lat: 28.7041,
lon: 77.1025,
},
}
export default profiles