mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:18:09 +03:00
be sync
This commit is contained in:
@@ -106,14 +106,13 @@ unset($__platformDir);
|
||||
<option value="light">Light</option>
|
||||
</select>
|
||||
</label>
|
||||
<div class="locale-picker" data-i18n-title="lang.label" title="Language">
|
||||
<label class="toolbar-select locale-toolbar-select hub-locale" data-i18n-title="lang.label" title="Language">
|
||||
<span class="locale-flag" id="locale-flag" aria-hidden="true">🇬🇧</span>
|
||||
<span class="locale-code" id="locale-code" aria-hidden="true">EN</span>
|
||||
<select class="lang-select locale-picker__select" id="lang-select" data-i18n-aria="lang.label" aria-label="Language">
|
||||
<select class="lang-select" id="lang-select" data-i18n-aria="lang.label" aria-label="Language">
|
||||
<option value="en">EN</option>
|
||||
<option value="ru">RU</option>
|
||||
</select>
|
||||
</div>
|
||||
</label>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user