mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-24 20:52:33 +00:00
commit
6fd5f298e2
3 changed files with 3 additions and 3 deletions
|
|
@ -748,7 +748,7 @@
|
|||
"show_scroll_percentage": "Show Scroll Percentage",
|
||||
"remove_extra_paragraph_spacing": "Remove Extra Paragraph Spacing",
|
||||
"select_label_color": "Select {label} Color",
|
||||
"default_user_agent": "Defaul user agent",
|
||||
"default_user_agent": "Default user agent",
|
||||
"forceLandscapeMode": "Force landscape mode",
|
||||
"forceLandscapeModeSubtitle": "Force the player to use landscape orientation.",
|
||||
"dns_over_https": "DNS-over-HTTPS (DoH)",
|
||||
|
|
|
|||
|
|
@ -3776,7 +3776,7 @@ abstract class AppLocalizations {
|
|||
/// No description provided for @default_user_agent.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Defaul user agent'**
|
||||
/// **'Default user agent'**
|
||||
String get default_user_agent;
|
||||
|
||||
/// No description provided for @forceLandscapeMode.
|
||||
|
|
|
|||
|
|
@ -2028,7 +2028,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
}
|
||||
|
||||
@override
|
||||
String get default_user_agent => 'Defaul user agent';
|
||||
String get default_user_agent => 'Default user agent';
|
||||
|
||||
@override
|
||||
String get forceLandscapeMode => 'Force landscape mode';
|
||||
|
|
|
|||
Loading…
Reference in a new issue