mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-05-25 03:42:13 +00:00
bump version
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
This commit is contained in:
parent
8c84d802fd
commit
07bc47062c
4 changed files with 4 additions and 4 deletions
|
|
@ -491,7 +491,7 @@ abstract class AppLocalizations {
|
|||
/// No description provided for @settingsAutomaticallyMarkEqualMediaFilesAsOpenedSubtitle.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Automatically marks identical media files as opened across all chats.'**
|
||||
/// **'If you receive the same media in multiple chats, opening one marks all others as opened.'**
|
||||
String get settingsAutomaticallyMarkEqualMediaFilesAsOpenedSubtitle;
|
||||
|
||||
/// No description provided for @settingsPreSelectedReactionsError.
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
|||
|
||||
@override
|
||||
String get settingsAutomaticallyMarkEqualMediaFilesAsOpenedSubtitle =>
|
||||
'Markiert identische Mediendateien automatisch in allen Chats als geöffnet.';
|
||||
'Wenn du die selbe Mediendatei in mehreren Chats erhältst, markiert das Öffnen einer Kopie alle anderen als geöffnet.';
|
||||
|
||||
@override
|
||||
String get settingsPreSelectedReactionsError =>
|
||||
|
|
|
|||
|
|
@ -217,7 +217,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
|||
|
||||
@override
|
||||
String get settingsAutomaticallyMarkEqualMediaFilesAsOpenedSubtitle =>
|
||||
'Automatically marks identical media files as opened across all chats.';
|
||||
'If you receive the same media in multiple chats, opening one marks all others as opened.';
|
||||
|
||||
@override
|
||||
String get settingsPreSelectedReactionsError =>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ description: "twonly, a privacy-friendly way to connect with friends through sec
|
|||
|
||||
publish_to: 'none'
|
||||
|
||||
version: 0.2.11+120
|
||||
version: 0.2.12+121
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue