From 9eb87d5dab4532d7d83b07a30ebd82a514c11202 Mon Sep 17 00:00:00 2001 From: Gauvain Date: Mon, 1 Jun 2026 01:04:50 +0200 Subject: [PATCH] i18n: make two hardcoded titles translatable Replace hardcoded English strings with t() and add the source keys: - LibraryOptionsSheet 'Options' -> library.options.options_title - MpvPlayerView.web iframe 'MPV Player' -> player.mpv_player_title New keys only (English source); other locales fall back to English until translated via Crowdin, so no regression. --- components/settings/LibraryOptionsSheet.tsx | 2 +- modules/mpv-player/src/MpvPlayerView.web.tsx | 4 +++- translations/en.json | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/components/settings/LibraryOptionsSheet.tsx b/components/settings/LibraryOptionsSheet.tsx index c84989b58..e02e22fa1 100644 --- a/components/settings/LibraryOptionsSheet.tsx +++ b/components/settings/LibraryOptionsSheet.tsx @@ -229,7 +229,7 @@ export const LibraryOptionsSheet: React.FC = ({ /> - +