Added more profiles and changed bottom text
This commit is contained in:
parent
62bac340de
commit
89f1faffa0
3 changed files with 231 additions and 206 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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' },
|
||||
|
|
@ -202,6 +202,6 @@ const countryLocales = {
|
|||
ZA: { locale: 'en-ZA' },
|
||||
ZM: { locale: 'en-ZM' },
|
||||
ZW: { locale: 'en-ZW' },
|
||||
}
|
||||
}
|
||||
|
||||
export default countryLocales
|
||||
export default countryLocales
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue