Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #7932: Update list of known supported Brave News languages/locales (
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson committed Aug 23, 2023
1 parent eaeceaf commit 87a52dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Sources/BraveNews/Composer/FeedDataSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -177,17 +177,23 @@ public class FeedDataSource: ObservableObject {
public static let supportedLanguages = [
"en",
"ja",
"de",
"fr",
]

/// A list of known supported locales
public static let knownSupportedLocales = [
"en_US",
"en_CA",
"en_UK",
"en_AU",
"en_IN",
"ja_JP",
"es_ES",
"es_MX",
"pt_BR",
"de_DE",
"fr_FR",
]

private struct NewsBucket {
Expand Down

0 comments on commit 87a52dd

Please sign in to comment.