Added double pull to exit
This commit is contained in:
parent
5d68e9893d
commit
c41fb53d9c
|
@ -5,6 +5,11 @@
|
|||
"description": "Title of the application",
|
||||
"context": "Visible in the side bar"
|
||||
},
|
||||
"backToExit": "Press back again to exit",
|
||||
"@backToExit": {
|
||||
"description": "Text displayed when the back button is pressed to exit the app",
|
||||
"context": "Visible in the chat view"
|
||||
},
|
||||
"optionNewChat": "New Chat",
|
||||
"@optionNewChat": {
|
||||
"description": "Text displayed for new chat option",
|
||||
|
|
1746
lib/main.dart
1746
lib/main.dart
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"de": [
|
||||
"backToExit",
|
||||
"deleteChat",
|
||||
"renameChat",
|
||||
"settingsDescriptionBehavior",
|
||||
|
@ -21,6 +22,7 @@
|
|||
],
|
||||
|
||||
"it": [
|
||||
"backToExit",
|
||||
"deleteChat",
|
||||
"renameChat",
|
||||
"settingsDescriptionBehavior",
|
||||
|
@ -42,6 +44,7 @@
|
|||
],
|
||||
|
||||
"tr": [
|
||||
"backToExit",
|
||||
"deleteChat",
|
||||
"renameChat",
|
||||
"settingsDescriptionBehavior",
|
||||
|
@ -63,6 +66,7 @@
|
|||
],
|
||||
|
||||
"zh": [
|
||||
"backToExit",
|
||||
"deleteChat",
|
||||
"renameChat",
|
||||
"settingsDescriptionBehavior",
|
||||
|
|
Loading…
Reference in New Issue