mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-23 00:57:21 -05:00
Add French language to dropdown
This commit is contained in:
@@ -38,7 +38,8 @@ app.use(expressLocale({
|
||||
en: 'en-US', 'en-GB': 'en-US', 'en-AU': 'en-US', 'en-CA': 'en-US',
|
||||
ar: 'ar-AR',
|
||||
es: 'es-ES',
|
||||
it: 'it-IT',
|
||||
fr: 'fr-FR', 'fr-CA': 'fr-FR', 'fr-CH': 'fr-FR',
|
||||
it: 'it-IT', 'it-CH': 'it-IT',
|
||||
ru: 'ru-RU',
|
||||
tr: 'tr-TR'
|
||||
},
|
||||
@@ -46,7 +47,8 @@ app.use(expressLocale({
|
||||
'en', 'en-US', 'en-GB', 'en-AU', 'en-CA',
|
||||
'ar', 'ar-AR',
|
||||
'es', 'es-ES',
|
||||
'it', 'it-IT',
|
||||
'fr', 'fr-FR', 'fr-CA', 'fr-CH',
|
||||
'it', 'it-IT', 'it-CH',
|
||||
'ru', 'ru-RU',
|
||||
'tr', 'tr-TR',
|
||||
],
|
||||
|
||||
@@ -45,6 +45,12 @@
|
||||
<div class="item"><span class="lang">🇪🇸</span><span class="locale-names">Español</span></div>
|
||||
</label>
|
||||
</div>
|
||||
<div class="option">
|
||||
<input type="radio" class="radio" id="fr-FR" name="category" />
|
||||
<label for="fr-FR">
|
||||
<div class="item"><span class="lang">🇫🇷</span><span class="locale-names">Français</span></div>
|
||||
</label>
|
||||
</div>
|
||||
<div class="option">
|
||||
<input type="radio" class="radio" id="it-IT" name="category" />
|
||||
<label for="it-IT">
|
||||
|
||||
Reference in New Issue
Block a user