mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
b9ff6558e9
* Make localization keys on HelpUserSettingsTab compatible with agglutinative and/or SOV type languages * Make localization keys on room notifications debug dialog on devtools compatible with agglutinative and/or SOV type languages * Make keys compatible with inflection * Clarify context for Weblate translators --------- Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
69 lines
1.1 KiB
Plaintext
69 lines
1.1 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<RoomNotifications /> should render 1`] = `
|
|
<DocumentFragment>
|
|
<div
|
|
class="mx_DevTools_content"
|
|
>
|
|
<section>
|
|
<h2>
|
|
Room status
|
|
</h2>
|
|
<ul>
|
|
<li>
|
|
<span>
|
|
Room unread status:
|
|
<strong>
|
|
None
|
|
</strong>
|
|
</span>
|
|
</li>
|
|
<li>
|
|
<span>
|
|
Notification state is
|
|
<strong />
|
|
</span>
|
|
</li>
|
|
<li>
|
|
<span>
|
|
Room is
|
|
<strong>
|
|
not encrypted 🚨
|
|
</strong>
|
|
</span>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<h2>
|
|
Main timeline
|
|
</h2>
|
|
<ul>
|
|
<li>
|
|
Total: 0
|
|
</li>
|
|
<li>
|
|
Highlight: 0
|
|
</li>
|
|
<li>
|
|
Dot: false
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<h2>
|
|
Threads timeline
|
|
</h2>
|
|
<ul />
|
|
</section>
|
|
</div>
|
|
<div
|
|
class="mx_Dialog_buttons"
|
|
>
|
|
<button>
|
|
Back
|
|
</button>
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|