Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OpenTails/tail_app
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Aug 18, 2024
2 parents 6d215ab + 5e3f2b6 commit b51ad57
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion lib/l10n/messages_en.arb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@@locale": "en",
"@@last_modified": "2024-07-19T17:43:34.435428",
"@@last_modified": "2024-08-18T14:44:02.250717",
"title": "The Tail Company",
"@title": {
"description": "The name of the app",
Expand Down Expand Up @@ -988,5 +988,23 @@
"description": "Label for the snackbar that appears when new gear is paired and connected",
"type": "text",
"placeholders": {}
},
"earSpeedTitle": "Ear Twist Speed",
"@earSpeedTitle": {
"description": "Title for the ear speed widget that appears when ears are connected",
"type": "text",
"placeholders": {}
},
"earSpeedFast": "Fast",
"@earSpeedFast": {
"description": "Label for the fast option on the ear speed widget that appears when ears are connected",
"type": "text",
"placeholders": {}
},
"earSpeedSlow": "Slow",
"@earSpeedSlow": {
"description": "Label for the slow option on the ear speed widget that appears when ears are connected",
"type": "text",
"placeholders": {}
}
}

0 comments on commit b51ad57

Please sign in to comment.