Render correct OS names globally.

This commit is contained in:
Maxime-J 2024-02-10 12:47:02 +00:00
parent 784237bfab
commit 0be4a9b416
3 changed files with 25 additions and 15 deletions

View file

@ -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',