Added double pull to exit
This commit is contained in:
parent
5d68e9893d
commit
c41fb53d9c
|
@ -5,6 +5,11 @@
|
||||||
"description": "Title of the application",
|
"description": "Title of the application",
|
||||||
"context": "Visible in the side bar"
|
"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": "New Chat",
|
||||||
"@optionNewChat": {
|
"@optionNewChat": {
|
||||||
"description": "Text displayed for new chat option",
|
"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": [
|
"de": [
|
||||||
|
"backToExit",
|
||||||
"deleteChat",
|
"deleteChat",
|
||||||
"renameChat",
|
"renameChat",
|
||||||
"settingsDescriptionBehavior",
|
"settingsDescriptionBehavior",
|
||||||
|
@ -21,6 +22,7 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"it": [
|
"it": [
|
||||||
|
"backToExit",
|
||||||
"deleteChat",
|
"deleteChat",
|
||||||
"renameChat",
|
"renameChat",
|
||||||
"settingsDescriptionBehavior",
|
"settingsDescriptionBehavior",
|
||||||
|
@ -42,6 +44,7 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"tr": [
|
"tr": [
|
||||||
|
"backToExit",
|
||||||
"deleteChat",
|
"deleteChat",
|
||||||
"renameChat",
|
"renameChat",
|
||||||
"settingsDescriptionBehavior",
|
"settingsDescriptionBehavior",
|
||||||
|
@ -63,6 +66,7 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"zh": [
|
"zh": [
|
||||||
|
"backToExit",
|
||||||
"deleteChat",
|
"deleteChat",
|
||||||
"renameChat",
|
"renameChat",
|
||||||
"settingsDescriptionBehavior",
|
"settingsDescriptionBehavior",
|
||||||
|
|
Loading…
Reference in New Issue