feat(i18n): add Hungarian and Traditional Chinese locales
Complete and revise every shipped locale against the current English source, preserve locale-specific plurals, and map script-specific Chinese locales through device, Intl, duration, and Plex boundaries. Co-authored-by: emgeje <mgj@mgj.hu> Co-authored-by: junyou1998 <junyou1998@gmail.com>
This commit is contained in:
co-authored by
emgeje
junyou1998
parent
0c6dab01b3
commit
ad7ef112fc
@@ -12,6 +12,7 @@ import '../../../focus/dpad_select_long_press_controller.dart';
|
||||
import '../../../focus/focus_theme.dart';
|
||||
import '../../../focus/input_mode_tracker.dart';
|
||||
import '../../../focus/key_event_utils.dart';
|
||||
import '../../../i18n/app_locale_utils.dart';
|
||||
import '../../../i18n/strings.g.dart';
|
||||
import '../../../mixins/mounted_set_state_mixin.dart';
|
||||
import '../../../models/livetv_channel.dart';
|
||||
@@ -1040,7 +1041,7 @@ class GuideTabState extends State<GuideTab> with MountedSetStateMixin, WidgetsBi
|
||||
|
||||
if (target == today) return t.liveTv.today;
|
||||
|
||||
return DateFormat('EEEE', LocaleSettings.currentLocale.languageCode).format(target);
|
||||
return DateFormat('EEEE', LocaleSettings.currentLocale.intlLocaleName).format(target);
|
||||
}
|
||||
|
||||
List<(String, int)> get _timeSlots => [
|
||||
|
||||
Reference in New Issue
Block a user