mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-24 01:26:57 -05:00
Add Turkish locale to dropdown
This commit is contained in:
@@ -39,6 +39,7 @@ app.use(expressLocale({
|
||||
it: 'it-IT',
|
||||
ko: 'ko-KR',
|
||||
ru: 'ru-RU',
|
||||
tr: 'tr-TR'
|
||||
},
|
||||
"default": "en-US"
|
||||
}))
|
||||
|
||||
@@ -59,6 +59,12 @@
|
||||
<div class="item"><span class="lang">🇷🇺</span>Pусский</div>
|
||||
</label>
|
||||
</div>
|
||||
<div class="option">
|
||||
<input type="radio" class="radio" id="tr-TR" name="category" />
|
||||
<label for="tr-TR">
|
||||
<div class="item"><span class="lang">🇹🇷</span>Türkçe</div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="selected-locale">
|
||||
<div class="item"><span class="lang"></span></div>
|
||||
|
||||
Reference in New Issue
Block a user