Skip to content
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

1592 exit/closeVideo translations #12278

Open
wants to merge 30 commits into
base: latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
53c7b04
mundo
Louis-Matsika Jan 15, 2025
48d08df
use closeVideo
Louis-Matsika Jan 15, 2025
bc677a1
afaanoromoo
Louis-Matsika Jan 15, 2025
2b06b1b
afrique
Louis-Matsika Jan 15, 2025
1c1e8d9
amharic
Louis-Matsika Jan 15, 2025
ffd0f60
arabic
Louis-Matsika Jan 15, 2025
692b4b1
বন্ধ করুন
Louis-Matsika Jan 15, 2025
81e5a06
revert last commit
Louis-Matsika Jan 15, 2025
4b1a4aa
azeri
Louis-Matsika Jan 15, 2025
9e6cb22
bengali
Louis-Matsika Jan 15, 2025
59ee010
burmese
Louis-Matsika Jan 15, 2025
570c367
gahuza
Louis-Matsika Jan 15, 2025
9a28595
gujara
Louis-Matsika Jan 15, 2025
0154097
hausa
Louis-Matsika Jan 15, 2025
d4c52e2
hindi
Louis-Matsika Jan 15, 2025
db57dc4
igbo
Louis-Matsika Jan 15, 2025
7a5563c
indonesia
Louis-Matsika Jan 15, 2025
d127188
batch 2
Louis-Matsika Jan 15, 2025
d0c1c82
batch 3
Louis-Matsika Jan 15, 2025
672ab15
batch 4
Louis-Matsika Jan 15, 2025
3ca1083
batch 5
Louis-Matsika Jan 15, 2025
cd52e3d
revert edit
Louis-Matsika Jan 15, 2025
dbb597a
Update src/app/lib/config/services/afrique.ts
Louis-Matsika Jan 15, 2025
b1b30a6
add lat and cyr for serbian
Louis-Matsika Jan 15, 2025
adf44da
Merge branch '1592-exit/closeVideo-translations' of https://github.co…
Louis-Matsika Jan 15, 2025
7f442c5
remove scotland
Louis-Matsika Jan 15, 2025
11279ea
add trad variant for zhongwen
Louis-Matsika Jan 16, 2025
6992d53
add trad variant for ukchina
Louis-Matsika Jan 16, 2025
6beaf8d
Merge branch 'latest' into 1592-exit/closeVideo-translations
Louis-Matsika Jan 16, 2025
bba48c5
Merge branch 'latest' into 1592-exit/closeVideo-translations
Louis-Matsika Jan 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/components/LiveHeaderMedia/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
const {
media: {
watch = DEFAULT_WATCH__NOW,
closeVideo = DEFAULT_CLOSE_VIDEO,

Check failure on line 52 in src/app/components/LiveHeaderMedia/index.tsx

View workflow job for this annotation

GitHub Actions / cypress-run (18.x)

'closeVideo' is declared but its value is never read.

Check failure on line 52 in src/app/components/LiveHeaderMedia/index.tsx

View workflow job for this annotation

GitHub Actions / build (18.x)

'closeVideo' is declared but its value is never read.
noJs = DEFAULT_NO_JS_MESSAGE,
},
} = translations;
Expand Down Expand Up @@ -109,7 +109,7 @@
]}
className="hoverStylesText"
>
{showMedia && <VisuallyHiddenText>{closeVideo}, </VisuallyHiddenText>}
{showMedia && <VisuallyHiddenText>{translations.media.closeVideo}, </VisuallyHiddenText>}
Louis-Matsika marked this conversation as resolved.
Show resolved Hide resolved
<Text size="pica" fontVariant="sansBold" as="span">
{short},{' '}
</Text>
Expand Down
1 change: 1 addition & 0 deletions src/app/lib/config/services/mundo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ export const service: DefaultServiceConfig = {
nextRadioShow: 'Próximo programa',
duration: 'Duración',
recentEpisodes: 'Más',
closeVideo: 'Salir',
},
socialEmbed: {
caption: {
Expand Down
Loading