mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-20 15:47:25 -05:00
chore(locales): Add polish to language picker
This commit is contained in:
@@ -50,6 +50,7 @@ app.use(expressLocale({
|
||||
it: 'it-IT', 'it-CH': 'it-IT',
|
||||
ja: 'ja-JP',
|
||||
ko: 'ko-KR',
|
||||
pl: 'pl-PL',
|
||||
pt: 'pt-BR',
|
||||
ro: 'ro-RO',
|
||||
ru: 'ru-RU',
|
||||
@@ -65,6 +66,7 @@ app.use(expressLocale({
|
||||
'it', 'it-IT', 'it-CH',
|
||||
'ja', 'ja-JP',
|
||||
'ko', 'ko-KR',
|
||||
'pl', 'pl-PL',
|
||||
'pt', 'pt-BR',
|
||||
'ro', 'ro-RO',
|
||||
'ru', 'ru-RU',
|
||||
|
||||
@@ -72,6 +72,12 @@
|
||||
<div class="item"><span class="lang">🇳🇱</span><span class="locale-names">Nederlands</span></div>
|
||||
</label>
|
||||
</div>
|
||||
<div class="option">
|
||||
<input type="radio" class="radio" id="pl-PL" name="category" />
|
||||
<label for="pl-PL">
|
||||
<div class="item"><span class="lang">🇵🇱</span><span class="locale-names">Polski</span></div>
|
||||
</label>
|
||||
</div>
|
||||
<div class="option">
|
||||
<input type="radio" class="radio" id="pt-BR" name="category" />
|
||||
<label for="pt-BR">
|
||||
|
||||
Reference in New Issue
Block a user