Skip to content

Commit 1b03267

Browse files
authored
refactor: move Turkish page to Middle East section (#13456)
1 parent f318068 commit 1b03267

File tree

1 file changed

+7
-6
lines changed
  • src/app/lib/config/services

1 file changed

+7
-6
lines changed

src/app/lib/config/services/ws.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -593,12 +593,7 @@ export const service: DefaultServiceConfig = {
593593
label: 'BBC News na srpskom',
594594
lang: 'sr-latn',
595595
},
596-
{
597-
id: 'turkce',
598-
href: 'https://www.bbc.com/turkce',
599-
label: 'BBC News Türkçe',
600-
lang: 'tr',
601-
},
596+
602597
{
603598
id: 'ukrainian',
604599
href: 'https://www.bbc.com/ukrainian',
@@ -649,6 +644,12 @@ export const service: DefaultServiceConfig = {
649644
lang: 'fa',
650645
latinTransliteration: 'Khabarha be Farsi',
651646
},
647+
{
648+
id: 'turkce',
649+
href: 'https://www.bbc.com/turkce',
650+
label: 'BBC News Türkçe',
651+
lang: 'tr',
652+
},
652653
],
653654
},
654655
],

0 commit comments

Comments
 (0)