Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase/element ios 1.11.8 #993

Merged
merged 31 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
f5a3ece
GH actions: remove triaging process and old GH projects
manuroe Jan 2, 2024
61b9399
Prepare for new sprint
Velin92 Jan 9, 2024
4569dba
Merge pull request #7728 from element-hq/manu/issue_triaging_cleanup
stefanceriu Jan 9, 2024
9ed3a7f
fix
Velin92 Jan 29, 2024
4bfebda
changelog
Velin92 Jan 29, 2024
8d5fd59
Merge pull request #7743 from element-hq/mauroromito/fix_original_eng…
Velin92 Jan 29, 2024
5f8ef67
Translated using Weblate (Albanian)
ujdhesa Jan 9, 2024
b2055d5
Translated using Weblate (Chinese (Simplified))
Interstellar750 Jan 10, 2024
3ed37aa
Translated using Weblate (Chinese (Simplified))
Interstellar750 Jan 10, 2024
4a553a6
Translated using Weblate (Albanian)
ujdhesa Jan 9, 2024
7dfdb83
Added translation using Weblate (Persian (Old))
mojtabas74 Jan 26, 2024
7acfec6
Merge pull request #7745 from RiotTranslateBot/weblate-riot-ios-riot-…
Velin92 Jan 29, 2024
1a07aa5
Merge pull request #7744 from RiotTranslateBot/weblate-riot-ios-riot-ios
Velin92 Jan 29, 2024
e24abba
corrected translations
Velin92 Jan 29, 2024
ce8e537
Merge pull request #7746 from element-hq/mauroromito/fix_underline_an…
Velin92 Jan 29, 2024
bb9b21d
changelog.d: Upgrade MatrixSDK version ([v0.27.6](https://github.com/…
stefanceriu Feb 7, 2024
2e618b8
version++
stefanceriu Feb 7, 2024
3590a48
Merge pull request #7750 from element-hq/release/1.11.7/release
stefanceriu Feb 7, 2024
6402613
finish version++
stefanceriu Feb 7, 2024
6a9bcc8
Merge branch 'release/1.11.7/master'
stefanceriu Feb 7, 2024
94d34ff
Merge branch 'master' into develop
stefanceriu Feb 7, 2024
2a6677c
Prepare for new sprint
stefanceriu Feb 7, 2024
1dc609b
Fix dictation when using the Rich Text Editor. (#7752)
pixlwave Feb 14, 2024
c8c6f55
element-hq/element-meta/issues/2201 - Disable mark as unread
stefanceriu Feb 21, 2024
b39923f
Merge pull request #7758 from element-hq/stefan/disableMarkAsUnread
stefanceriu Feb 21, 2024
adada0e
Fix a bug where QR codes aren't detected if the camera is too close. …
pixlwave Mar 4, 2024
3d30457
version++
pixlwave Mar 5, 2024
1653adc
Merge pull request #7763 from element-hq/release/1.11.8/release
pixlwave Mar 5, 2024
d83409c
finish version++
pixlwave Mar 5, 2024
ee6e5de
Merge branch 'release/1.11.8/master'
pixlwave Mar 5, 2024
c1902e2
Merge vector-im/element-ios v1.11.8 into element-rebase
NicolasBuquet Mar 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions .github/workflows/triage-incoming.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/triage-move-labelled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ jobs:
labels: ['Z-Labs']
})

move_needs_info_issues:
name: X-Needs-Info issues to Need info column on triage board
runs-on: ubuntu-latest
steps:
- uses: konradpabjan/move-labeled-or-milestoned-issue@219d384e03fa4b6460cd24f9f37d19eb033a4338
with:
action-token: "${{ secrets.ELEMENT_BOT_TOKEN }}"
project-url: "https://github.com/element-hq/element-ios/projects/12"
column-name: "Need info"
label-name: "X-Needs-Info"

add_priority_design_issues_to_project:
name: P1 X-Needs-Design to Design project board
runs-on: ubuntu-latest
Expand Down Expand Up @@ -68,64 +57,3 @@ jobs:
with:
project-url: https://github.com/orgs/element-hq/projects/28
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}

ex_plorers:
name: Add labelled issues to X-Plorer project
runs-on: ubuntu-latest
if: >
contains(github.event.issue.labels.*.name, 'Team: Element X Feature')
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/element-hq/projects/73
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}

ps_features1:
name: Add labelled issues to PS features team 1
runs-on: ubuntu-latest
if: >
contains(github.event.issue.labels.*.name, 'A-Polls') ||
contains(github.event.issue.labels.*.name, 'A-Location-Sharing') ||
(contains(github.event.issue.labels.*.name, 'A-Voice-Messages') &&
!contains(github.event.issue.labels.*.name, 'A-Broadcast')) ||
(contains(github.event.issue.labels.*.name, 'A-Session-Mgmt') &&
contains(github.event.issue.labels.*.name, 'A-User-Settings'))
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/element-hq/projects/56
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}

ps_features2:
name: Add labelled issues to PS features team 2
runs-on: ubuntu-latest
if: >
contains(github.event.issue.labels.*.name, 'A-DM-Start') ||
contains(github.event.issue.labels.*.name, 'A-Broadcast')
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/element-hq/projects/58
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}

ps_features3:
name: Add labelled issues to PS features team 3
runs-on: ubuntu-latest
if: >
contains(github.event.issue.labels.*.name, 'A-Rich-Text-Editor')
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/element-hq/projects/57
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}

voip:
name: Add labelled issues to VoIP project board
runs-on: ubuntu-latest
if: >
contains(github.event.issue.labels.*.name, 'Team: VoIP')
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/element-hq/projects/41
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
23 changes: 23 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## Changes in 1.11.8 (2024-03-05)

🙌 Improvements

- Disable the mark as unread feature to avoid it clashing with the new MSC2876 based one ([#7758](https://github.com/element-hq/element-ios/pull/7758))

🐛 Bugfixes

- Fix a bug where QR codes aren't detected if the camera is too close. ([#7762](https://github.com/element-hq/element-ios/pull/7762))
- Fix dictation when using the Rich Text Editor ([#7752](https://github.com/element-hq/element-ios/issues/7752))


## Changes in 1.11.7 (2024-02-07)

🙌 Improvements

- Upgrade MatrixSDK version ([v0.27.6](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.6)).

🐛 Bugfixes

- Fix swapped accessibility label between strikethrough and underline format buttons in RTE. ([#7743](https://github.com/element-hq/element-ios/pull/7743))


## Changes in 1.11.6 (2024-01-09)

🙌 Improvements
Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use_frameworks!
# - `{ :specHash => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for MatrixSDK repo. Used by Fastfile during CI
#
# Warning: our internal tooling depends on the name of this variable name, so be sure not to change it
$matrixSDKVersion = '= 0.27.5'
$matrixSDKVersion = '= 0.27.6'
# $matrixSDKVersion = :local
# $matrixSDKVersion = { :branch => 'develop'}
# $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } }
Expand Down Expand Up @@ -59,7 +59,7 @@ end
def import_SwiftUI_pods
pod 'Introspect', '~> 0.1'
pod 'DSBottomSheet', '~> 0.3'
pod 'ZXingObjC', '~> 3.6.5'
pod 'ZXingObjC', '~> 3.6.9'
end

def import_Common_pods
Expand Down
24 changes: 12 additions & 12 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ PODS:
- LoggerAPI (1.9.200):
- Logging (~> 1.1)
- Logging (1.4.0)
- MatrixSDK (0.27.5):
- MatrixSDK/Core (= 0.27.5)
- MatrixSDK/Core (0.27.5):
- MatrixSDK (0.27.6):
- MatrixSDK/Core (= 0.27.6)
- MatrixSDK/Core (0.27.6):
- AFNetworking (~> 4.0.0)
- GZIP (~> 1.3.0)
- libbase58 (~> 0.1.4)
- MatrixSDKCrypto (= 0.3.13)
- OLMKit (~> 3.2.5)
- Realm (= 10.27.0)
- SwiftyBeaver (= 1.9.5)
- MatrixSDK/JingleCallStack (0.27.5):
- MatrixSDK/JingleCallStack (0.27.6):
- JitsiMeetSDKLite (= 8.1.2-lite)
- MatrixSDK/Core
- MatrixSDKCrypto (0.3.13)
Expand Down Expand Up @@ -87,9 +87,9 @@ PODS:
- UICollectionViewRightAlignedLayout (0.0.3)
- WeakDictionary (2.0.2)
- zxcvbn-ios (1.0.4)
- ZXingObjC (3.6.5):
- ZXingObjC/All (= 3.6.5)
- ZXingObjC/All (3.6.5)
- ZXingObjC (3.6.9):
- ZXingObjC/All (= 3.6.9)
- ZXingObjC/All (3.6.9)

DEPENDENCIES:
- Down (~> 0.11.0)
Expand All @@ -102,8 +102,8 @@ DEPENDENCIES:
- KeychainAccess (~> 4.2.2)
- KTCenterFlowLayout (~> 1.3.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.27.5)
- MatrixSDK/JingleCallStack (= 0.27.5)
- MatrixSDK (= 0.27.6)
- MatrixSDK/JingleCallStack (= 0.27.6)
- OLMKit
- PostHog (~> 2.0.0)
- ReadMoreTextView (~> 3.0.1)
Expand All @@ -119,7 +119,7 @@ DEPENDENCIES:
- UICollectionViewRightAlignedLayout (~> 0.0.3)
- WeakDictionary (~> 2.0)
- zxcvbn-ios
- ZXingObjC (~> 3.6.5)
- ZXingObjC (~> 3.6.9)

SPEC REPOS:
trunk:
Expand Down Expand Up @@ -187,7 +187,7 @@ SPEC CHECKSUMS:
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
Logging: beeb016c9c80cf77042d62e83495816847ef108b
MatrixSDK: f92ffead50eda83c99786afefed9be739987f338
MatrixSDK: 4129ab9c0acda1d0aad50b1c9765bd795b8d70b9
MatrixSDKCrypto: bf08b72f2cd015d8749420a2b8b92fc0536bedf4
OLMKit: da115f16582e47626616874e20f7bb92222c7a51
PostHog: f9e5c13ceea86bb5314218c85d16125b797eb332
Expand All @@ -206,7 +206,7 @@ SPEC CHECKSUMS:
UICollectionViewRightAlignedLayout: 823eef8c567eba4a44c21bc2ffcb0d0d5f361e2d
WeakDictionary: 8cd038acd77e5d54ca4ebaec3d20853d732b45e0
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5

PODFILE CHECKSUM: a6293c739492b4ee2d4697abbb601e7c92729aea

Expand Down
6 changes: 3 additions & 3 deletions Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/matrix-org/matrix-wysiwyg-composer-swift",
"state" : {
"revision" : "0aa1308c43451fd077e332f72d6a32135f258834",
"version" : "2.19.0"
"revision" : "f788fe2482c0b89019f679a1f43dccf9c25a0782",
"version" : "2.29.0"
}
},
{
Expand Down Expand Up @@ -84,7 +84,7 @@
{
"identity" : "swift-ogg",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vector-im/swift-ogg",
"location" : "https://github.com/element-hq/swift-ogg",
"state" : {
"branch" : "0.0.1",
"revision" : "e9a9e7601da662fd8b97d93781ff5c60b4becf88"
Expand Down
4 changes: 2 additions & 2 deletions Riot/Assets/de.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2616,8 +2616,8 @@
"manage_session_name_info" = "Sei dir bitte bewusst, dass Sitzungsnamen auch für Personen, mit denen du kommunizierst, sichtbar sind. %@";
"manage_session_name_hint" = "Individuelle Sitzungsnamen können dir helfen, deine Geräte einfacher zu erkennen.";
"user_other_session_filter" = "Filtern";
"wysiwyg_composer_format_action_strikethrough" = "Unterstrichen formatieren";
"wysiwyg_composer_format_action_underline" = "Durchgestrichen formatieren";
"wysiwyg_composer_format_action_strikethrough" = "Durchgestrichen formatieren";
"wysiwyg_composer_format_action_underline" = "Unterstrichen formatieren";
"wysiwyg_composer_format_action_italic" = "Kursiv formatieren";

// Formatting Actions
Expand Down
4 changes: 2 additions & 2 deletions Riot/Assets/en.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2619,8 +2619,8 @@ To enable access, tap Settings> Location and select Always";
// Formatting Actions
"wysiwyg_composer_format_action_bold" = "Apply bold format";
"wysiwyg_composer_format_action_italic" = "Apply italic format";
"wysiwyg_composer_format_action_underline" = "Apply strikethrough format";
"wysiwyg_composer_format_action_strikethrough" = "Apply underline format";
"wysiwyg_composer_format_action_underline" = "Apply underline format";
"wysiwyg_composer_format_action_strikethrough" = "Apply strikethrough format";
"wysiwyg_composer_format_action_link" = "Apply link format";
"wysiwyg_composer_format_action_inline_code" = "Apply inline code format";
"wysiwyg_composer_format_action_unordered_list" = "Toggle bulleted list";
Expand Down
4 changes: 2 additions & 2 deletions Riot/Assets/et.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2499,8 +2499,8 @@
"authentication_qr_login_start_title" = "Loe QR-koodi";
"authentication_login_with_qr" = "Logi sisse QR-koodi abil";
"wysiwyg_composer_format_action_strikethrough" = "Kasuta allajoonitud kirja";
"wysiwyg_composer_format_action_underline" = "Kasuta läbijoonitud kirja";
"wysiwyg_composer_format_action_italic" = "Kasuta kaldkirja";
"wysiwyg_composer_format_action_italic" = "Kasuta läbijoonitud kirja";
"wysiwyg_composer_format_action_underline" = "Kasuta kaldkirja";

// Formatting Actions
"wysiwyg_composer_format_action_bold" = "Kasuta paksu kirja";
Expand Down
4 changes: 2 additions & 2 deletions Riot/Assets/fr.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2669,8 +2669,8 @@
"wysiwyg_composer_format_action_unordered_list" = "Liste à puces";
"wysiwyg_composer_format_action_inline_code" = "Formater comme code informatique";
"wysiwyg_composer_format_action_link" = "Formater comme lien";
"wysiwyg_composer_format_action_strikethrough" = "Souligner";
"wysiwyg_composer_format_action_underline" = "Barrer";
"wysiwyg_composer_format_action_strikethrough" = "Barrer";
"wysiwyg_composer_format_action_underline" = "Souligner";
"wysiwyg_composer_format_action_italic" = "Mettre en italique";

// Formatting Actions
Expand Down
4 changes: 2 additions & 2 deletions Riot/Assets/hu.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2501,8 +2501,8 @@
"room_first_message_placeholder" = "Küld el az első üzenetedet…";
"authentication_qr_login_confirm_title" = "Biztonságos kapcsolat beállítva";
"room_event_encryption_info_key_authenticity_not_guaranteed" = "A titkosított üzenetek valódiságát ezen az eszközön nem lehet garantálni.";
"wysiwyg_composer_format_action_strikethrough" = "Aláhúzott";
"wysiwyg_composer_format_action_underline" = "Áthúzott";
"wysiwyg_composer_format_action_underline" = "Aláhúzott";
"wysiwyg_composer_format_action_strikethrough" = "Áthúzott";
"wysiwyg_composer_format_action_italic" = "Dőlt";

// Formatting Actions
Expand Down
4 changes: 2 additions & 2 deletions Riot/Assets/id.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2782,8 +2782,8 @@
"authentication_qr_login_start_subtitle" = "Gunakan kamera pada perangkat ini untuk memindai kode QR yang ditampilkan di perangkat Anda yang lain:";
"authentication_qr_login_start_title" = "Pindai kode QR";
"authentication_login_with_qr" = "Masuk dengan kode QR";
"wysiwyg_composer_format_action_strikethrough" = "Terapkan format garis bawah";
"wysiwyg_composer_format_action_underline" = "Terapkan format coret";
"wysiwyg_composer_format_action_underline" = "Terapkan format garis bawah";
"wysiwyg_composer_format_action_strikethrough" = "Terapkan format coret";
"wysiwyg_composer_format_action_italic" = "Terapkan format miring";

// Formatting Actions
Expand Down
4 changes: 2 additions & 2 deletions Riot/Assets/it.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2555,8 +2555,8 @@
"authentication_qr_login_start_subtitle" = "Usa la fotocamera di questo dispositivo per scansionare il codice QR mostrato nell'altro dispositivo:";
"authentication_qr_login_start_title" = "Scansiona codice QR";
"authentication_login_with_qr" = "Accedi con codice QR";
"wysiwyg_composer_format_action_strikethrough" = "Applica formato sottolineato";
"wysiwyg_composer_format_action_underline" = "Applica formato sbarrato";
"wysiwyg_composer_format_action_underline" = "Applica formato sottolineato";
"wysiwyg_composer_format_action_strikethrough" = "Applica formato sbarrato";
"wysiwyg_composer_format_action_italic" = "Applica formato corsivo";

// Formatting Actions
Expand Down
4 changes: 2 additions & 2 deletions Riot/Assets/ja.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2752,8 +2752,8 @@
"notice_error_unformattable_event" = "** メッセージを描画できません。不具合を報告してください";
"wysiwyg_composer_format_action_un_indent" = "インデントを減らす";
"wysiwyg_composer_format_action_indent" = "インデントを増やす";
"wysiwyg_composer_format_action_strikethrough" = "下線で装飾";
"wysiwyg_composer_format_action_underline" = "打ち消し線で装飾";
"wysiwyg_composer_format_action_underline" = "下線で装飾";
"wysiwyg_composer_format_action_strikethrough" = "打ち消し線で装飾";


// MARK: - WYSIWYG Composer
Expand Down
4 changes: 2 additions & 2 deletions Riot/Assets/nl.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2646,8 +2646,8 @@
"invite_to" = "Uitnodigen %@";
"room_event_encryption_info_key_authenticity_not_guaranteed" = "De authenticiteit van dit versleutelde bericht kan niet worden gegarandeerd op dit apparaat.";
"deselect_all" = "Deselecteer alles";
"wysiwyg_composer_format_action_strikethrough" = "Onderstrepen formaat toepassen";
"wysiwyg_composer_format_action_underline" = "Doorstrepen formaat toepassen";
"wysiwyg_composer_format_action_underline" = "Onderstrepen formaat toepassen";
"wysiwyg_composer_format_action_strikethrough" = "Doorstrepen formaat toepassen";
"wysiwyg_composer_format_action_italic" = "Cursief formaat toepassen";

// Formatting Actions
Expand Down
1 change: 1 addition & 0 deletions Riot/Assets/peo.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

4 changes: 2 additions & 2 deletions Riot/Assets/pl.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2694,8 +2694,8 @@
"wysiwyg_composer_format_action_unordered_list" = "Przełącz listę punktorów";
"wysiwyg_composer_format_action_inline_code" = "Zastosuj kod w tekście";
"wysiwyg_composer_format_action_link" = "Zastosuj link";
"wysiwyg_composer_format_action_strikethrough" = "Zastosuj podkreślenie";
"wysiwyg_composer_format_action_underline" = "Zastosuj przekreślenie";
"wysiwyg_composer_format_action_underline" = "Zastosuj podkreślenie";
"wysiwyg_composer_format_action_strikethrough" = "Zastosuj przekreślenie";
"wysiwyg_composer_format_action_italic" = "Zastosuj kursywę";

// Formatting Actions
Expand Down
4 changes: 2 additions & 2 deletions Riot/Assets/pt_BR.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2556,8 +2556,8 @@
"authentication_qr_login_start_subtitle" = "Use a câmera neste dispositivo para scannar o QR code mostrado em seu outro dispositivo:";
"authentication_qr_login_start_title" = "Scannar QR code";
"authentication_login_with_qr" = "Fazer signin com QR code";
"wysiwyg_composer_format_action_strikethrough" = "Aplicar formato sublinhar";
"wysiwyg_composer_format_action_underline" = "Aplicar formato tachar";
"wysiwyg_composer_format_action_underline" = "Aplicar formato sublinhar";
"wysiwyg_composer_format_action_strikethrough" = "Aplicar formato tachar";
"wysiwyg_composer_format_action_italic" = "Aplicar formato itálico";

// Formatting Actions
Expand Down
4 changes: 2 additions & 2 deletions Riot/Assets/sk.lproj/Vector.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2778,8 +2778,8 @@
"authentication_qr_login_start_subtitle" = "Pomocou fotoaparátu na tomto zariadení naskenujte QR kód zobrazený na vašom druhom zariadení:";
"authentication_qr_login_start_title" = "Skenovať QR kód";
"authentication_login_with_qr" = "Prihlásiť sa pomocou QR kódu";
"wysiwyg_composer_format_action_strikethrough" = "Použiť formát podčiarknutia";
"wysiwyg_composer_format_action_underline" = "Použiť formát prečiarknutia";
"wysiwyg_composer_format_action_underline" = "Použiť formát podčiarknutia";
"wysiwyg_composer_format_action_strikethrough" = "Použiť formát prečiarknutia";
"wysiwyg_composer_format_action_italic" = "Použiť formát kurzívou";

// Formatting Actions
Expand Down
2 changes: 1 addition & 1 deletion Riot/Assets/sq.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"NSContactsUsageDescription" = "Do t’i jepen shërbyesit tuaj të identiteteve, për ta ndihmuar të gjejë kontakte tuajt në Matrix.";
"NSCalendarsUsageDescription" = "Shihini te aplikacioni takimet tuaja të planifikuara.";
"NSFaceIDUsageDescription" = "Face ID përdoret që të hyni në aplikacionin tuaj.";
"NSLocationWhenInUseUsageDescription" = "Kur ndani vendndodhjen tuaj me persona, Element-i ka nevojë për hyrje në të, që t’u trgojë atyre një hartë.";
"NSLocationWhenInUseUsageDescription" = "Kur u tregoni vendndodhjen tuaj të tjerëve, Element-i ka nevojë për hyrje në të, që t’u tregojë atyre një hartë.";
"NSLocationAlwaysAndWhenInUseUsageDescription" = "Kur u tregoni vendndodhjen tuaj të tjerëve, Element-it i duhet hyrje për t’u shfaqur një hartë.";
Loading
Loading