Translations update

This commit is contained in:
Velin92
2024-09-30 00:01:49 +00:00
committed by Stefan Ceriu
parent aec4e3e8ca
commit c595e63238
26 changed files with 96 additions and 69 deletions

View File

@@ -2419,6 +2419,8 @@ internal enum L10n {
internal static var pinned: String { return L10n.tr("Localizable", "common.pinned") }
/// Send to
internal static var sendTo: String { return L10n.tr("Localizable", "common.send_to") }
/// You
internal static var you: String { return L10n.tr("Localizable", "common.you") }
}
}
// swiftlint:enable explicit_type_interface function_parameter_count identifier_name line_length