mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[start page] fix for rtl support
This commit is contained in:
@ -142,6 +142,7 @@ l10n.en = {
|
||||
settOptDescDisabled: "Auto checking updates will be disabled",
|
||||
settOptDescAUpdateSilent: "Download updates and ask before install",
|
||||
settOptDescAUpdateAsk: "You will be notified about all updates steps",
|
||||
settRtlMode: "RTL Interface",
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -184,7 +184,7 @@
|
||||
<div class='settings-field' style='display:none;'>
|
||||
<section class='switch-labeled hbox' id='sett-box-rtl-mode'>
|
||||
<input type="checkbox" class="checkbox" id="sett-rtl-mode">
|
||||
<label for="sett-rtl-mode" class='sett__caption' l10n>RTL Interface *</label>
|
||||
<label for="sett-rtl-mode" class='sett__caption' l10n>${_lang.settRtlMode} (Beta) *</label>
|
||||
</section>
|
||||
</div>
|
||||
<div class='settings-field' id='opts-ui-scaling' style='display:none'>
|
||||
|
||||
Reference in New Issue
Block a user