mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
Render correct OS names globally.
This commit is contained in:
parent
784237bfab
commit
0be4a9b416
3 changed files with 25 additions and 15 deletions
|
|
@ -236,6 +236,14 @@ export const DESKTOP_OS = [
|
|||
|
||||
export const MOBILE_OS = ['Amazon OS', 'Android OS', 'BlackBerry OS', 'iOS', 'Windows Mobile'];
|
||||
|
||||
export const OS_NAMES = {
|
||||
'Android OS': 'Android',
|
||||
'Chrome OS': 'ChromeOS',
|
||||
'Mac OS': 'macOS',
|
||||
'Sun OS': 'SunOS',
|
||||
'Windows 10': 'Windows 10/11',
|
||||
};
|
||||
|
||||
export const BROWSERS = {
|
||||
android: 'Android',
|
||||
aol: 'AOL',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue