mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
chore: Implement translation callbacks to flutter
This commit is contained in:
parent
e902e2034a
commit
29917bb59f
16 changed files with 681 additions and 43 deletions
|
|
@ -1348,5 +1348,13 @@
|
|||
"mediaTunnelingTitle": "Media tunneling",
|
||||
"mediaTunnelingDesc": "Enable media tunneling for native player",
|
||||
"clientSettingsUseSystemIMETitle": "Use system keyboard",
|
||||
"clientSettingsUseSystemIMEDesc": "Use the built-in keyboard provided by your system"
|
||||
"clientSettingsUseSystemIMEDesc": "Use the built-in keyboard provided by your system",
|
||||
"nextUpInCount": "Next-up in {seconds}",
|
||||
"@nextUpInCount": {
|
||||
"placeholders": {
|
||||
"seconds": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue