Skip to content

Commit

Permalink
Rename Next to Next & NextStar
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Dec 10, 2023
1 parent fa9ff62 commit ec0a522
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'NTT' => 'NTT West',
'4N' => 'NextTab',
'NEX' => 'NEXT',
'NE1' => 'Next',
'NST' => 'Next & NextStar',
'NJO' => 'nJoy',
'NG' => 'NGM',
'NZ' => 'NG Optics',
Expand Down
6 changes: 3 additions & 3 deletions Tests/fixtures/tv-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6620,7 +6620,7 @@
version: 3.0.14
device:
type: tv
brand: Next
brand: 'Next & NextStar'
model: 2000 HD Plus
os_family: Unknown
browser_family: Unknown
Expand All @@ -6633,7 +6633,7 @@
version: 3.0.14
device:
type: tv
brand: Next
brand: 'Next & NextStar'
model: 2000 WiFi
os_family: Unknown
browser_family: Unknown
Expand All @@ -6646,7 +6646,7 @@
version: 3.0.14
device:
type: tv
brand: Next
brand: 'Next & NextStar'
model: "2071"
os_family: Unknown
browser_family: Unknown
4 changes: 2 additions & 2 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36377,8 +36377,8 @@ NEXT:
device: 'smartphone'
model: '$1'

# Next (https://www.next.com.tr/)
Next:
# Next & NextStar (https://www.next.com.tr/)
'Next & NextStar':
regex: '^NEXT '
device: 'tv'
models:
Expand Down

2 comments on commit ec0a522

@Simbiat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol, I was just writing about "Next & NextStar" being a more appropriate name 😂

@Simbiat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW the "NEXT" brand that we already have probably also needs a rename to either "Next Centr" as its domain https://nextcentr.ru/ or to "Next Translator", as their logo says. I think "Next Translator" is more appropriate

Please sign in to comment.