We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f318068 commit 1b03267Copy full SHA for 1b03267
src/app/lib/config/services/ws.ts
@@ -593,12 +593,7 @@ export const service: DefaultServiceConfig = {
593
label: 'BBC News na srpskom',
594
lang: 'sr-latn',
595
},
596
- {
597
- id: 'turkce',
598
- href: 'https://www.bbc.com/turkce',
599
- label: 'BBC News Türkçe',
600
- lang: 'tr',
601
- },
+
602
{
603
id: 'ukrainian',
604
href: 'https://www.bbc.com/ukrainian',
@@ -649,6 +644,12 @@ export const service: DefaultServiceConfig = {
649
644
lang: 'fa',
650
645
latinTransliteration: 'Khabarha be Farsi',
651
646
647
+ {
648
+ id: 'turkce',
+ href: 'https://www.bbc.com/turkce',
+ label: 'BBC News Türkçe',
+ lang: 'tr',
652
+ },
653
],
654
655
0 commit comments