-
-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Tagline V3: support for countries-only locales: (eg _FR
)
#5370
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5370 +/- ##
==========================================
- Coverage 9.54% 7.26% -2.29%
==========================================
Files 325 391 +66
Lines 16411 20038 +3627
==========================================
- Hits 1567 1456 -111
- Misses 14844 18582 +3738 ☔ View full report in Codecov by Sentry. |
Both JSON are outdated (and they are also invalid). |
What is supposed to happen with |
That's exactly what it is. The order of priority is:
|
That's precisely what I don't get: in which cases are we supposed to receive messages with country but no language? Maybe it's similar to @yarons in #5339: using the app in Israel but in English, not in Hebrew, right? Anyway, I'm surprised we may rely on receiving |
The way the JSON is split is that we have on one side translated news and on the other a feed of news. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Small merge conflict @g123k |
Hi everyone!
Today, we only support languages and languages+countries codes.
This PR allows supporting countries-only codes (e.g.:
_FR
)