feat(locales): Add romanian to locale selector

This commit is contained in:
Monty 2021-10-04 11:15:04 +02:00
parent 3af9d55ef9
commit 8320cd0092
No known key found for this signature in database
GPG Key ID: 78B405B6520E1012
2 changed files with 8 additions and 0 deletions

View File

@ -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',
],

View File

@ -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">