X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d0b845fc6025f2fb84a4cf4fa10cbb71084843a7..7a5ac0394dfcd5d1cd5a8b659563ddd7afc33332:/vendor/plugins/rails-i18n/locale/es-MX.yml diff --git a/vendor/plugins/rails-i18n/locale/es-MX.yml b/vendor/plugins/rails-i18n/locale/es-MX.yml index 99728ba07..0306e8705 100644 --- a/vendor/plugins/rails-i18n/locale/es-MX.yml +++ b/vendor/plugins/rails-i18n/locale/es-MX.yml @@ -1,29 +1,30 @@ # Spanish as spoken in Mexico (es-MX) translations for Rails # by Edgar J. Suárez (edgar.js@gmail.com) +# Fixed currency format (Can't convert string to symbol) +# by Ivan Torres (mexpolk@gmail.com) +# Added datetime / prompts for time_select helper +# by Daniel Roux ( daniel.roux@gmail.com) es-MX: number: percentage: format: - delimiter: "" + delimiter: "," currency: - format: "%u%n" - delimiter: "," - unit: "$" - precision: 2 - separator: "." + format: + format: "%u%n" + unit: "$" format: delimiter: "," - precision: 3 + precision: 2 separator: "." human: format: - delimiter: "" - precision: 1 + delimiter: "," storage_units: [Bytes, KB, MB, GB, TB] precision: format: - delimiter: "" + delimiter: "," date: order: [:day, :month, :year] @@ -76,6 +77,10 @@ es-MX: over_x_years: one: "más de 1 año" other: "más de {{count}} años" + prompts: + hour: 'Hora' + minute: 'Minuto' + second: 'Segundo' activerecord: errors: