+ odd: "debe ser un número non"
+
+# Used in array.to_sentence.
+ support:
+ select:
+ # default value for :prompt => true in FormOptionsHelper
+ prompt: "Por favor seleccione"
+ array:
+ # Rails <= v.2.2.2
+ # sentence_connector: "y"
+ # Rails >= v.2.3
+ words_connector: ", "
+ two_words_connector: " y "
+ last_word_connector: " y "