mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-25 08:01:53 -05:00
feat(locales): Add romanian to locale selector
This commit is contained in:
parent
3af9d55ef9
commit
8320cd0092
|
|
@ -44,6 +44,7 @@ app.use(expressLocale({
|
|||
it: 'it-IT', 'it-CH': 'it-IT',
|
||||
ko: 'ko-KR',
|
||||
pt: 'pt-BR',
|
||||
ro: 'ro-RO',
|
||||
ru: 'ru-RU',
|
||||
tr: 'tr-TR'
|
||||
},
|
||||
|
|
@ -56,6 +57,7 @@ app.use(expressLocale({
|
|||
'it', 'it-IT', 'it-CH',
|
||||
'ko', 'ko-KR',
|
||||
'pt', 'pt-BR',
|
||||
'ro', 'ro-RO',
|
||||
'ru', 'ru-RU',
|
||||
'tr', 'tr-TR',
|
||||
],
|
||||
|
|
|
|||
|
|
@ -71,6 +71,12 @@
|
|||
<div class="item"><span class="lang">🇧🇷</span><span class="locale-names">Português</span></div>
|
||||
</label>
|
||||
</div>
|
||||
<div class="option">
|
||||
<input type="radio" class="radio" id="ro-RO" name="category" />
|
||||
<label for="ro-RO">
|
||||
<div class="item"><span class="lang">🇷🇴</span><span class="locale-names">Română</span></div>
|
||||
</label>
|
||||
</div>
|
||||
<div class="option">
|
||||
<input type="radio" class="radio" id="tr-TR" name="category" />
|
||||
<label for="tr-TR">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user