diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 7ec95ad88..93a0401dd 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1,7 +1,5 @@ en-GB: direction: ltr - jquery: - locale: "en-GB" date: formats: # Use the strftime parameters for formats. diff --git a/config/locales/en.yml b/config/locales/en.yml index 7b824d185..2719c10ed 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,8 +1,6 @@ en: # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl) direction: ltr - jquery: - locale: "en" date: formats: # Use the strftime parameters for formats. diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 8b8b515c3..43ccd9568 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -1,7 +1,5 @@ pt-BR: direction: ltr - jquery: - locale: "pt-BR" date: formats: default: "%d/%m/%Y" diff --git a/config/locales/pt.yml b/config/locales/pt.yml index ef0cdc3bd..687bb1d79 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -9,8 +9,6 @@ pt: skip_last_comma: true direction: ltr - jquery: - locale: "pt" date: formats: default: "%d/%m/%Y"