Add 🇷🇺 Russian locale

Thanks @megane999 !
This commit is contained in:
Riccardo Graziosi
2022-09-22 14:20:11 +02:00
parent 5d82c260fd
commit 51f4423059
2 changed files with 2 additions and 1 deletions

View File

@@ -132,6 +132,7 @@ const GeneralSiteSettingsP = ({
<option value="it">🇮🇹 Italiano</option>
<option value="de">🇩🇪 Deutsch</option>
<option value="fr">🇫🇷 Français</option>
<option value="ru">🇷🇺 Русский</option>
</select>
</div>

View File

@@ -1,5 +1,5 @@
# Configure I18n to look at subfolders too
I18n.load_path += Dir[Rails.root.join('config', 'locales', '**', '*.yml')]
I18n.available_locales = [:en, :it, :de, :fr]
I18n.available_locales = [:en, :it, :de, :fr, :ru]
I18n.default_locale = :en