add FR time format locale

This commit is contained in:
Pete Matsyburka
2023-11-11 15:28:43 +02:00
parent 2ec8954dc8
commit deef9c7d3b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ class AccountsController < ApplicationController
LOCALE_OPTIONS = {
'en-US' => 'English (United States)',
'en-GB' => 'English (United Kingdom)',
'fr-FR' => 'French (France)',
'es-ES' => 'Spanish (Spain)',
'pt-PT' => 'Portuguese (Portugal)',
'de-DE' => 'German (Germany)'