Skip to content

Instantly share code, notes, and snippets.

@kant
Created November 5, 2008 03:22
Show Gist options
  • Save kant/22290 to your computer and use it in GitHub Desktop.
Save kant/22290 to your computer and use it in GitHub Desktop.
Spanish override examples for the timeago jQuery plugin (http://timeago.yarp.com)
jQuery.timeago.settings.strings = {
suffixAgo: "apenas un momento atrás",
suffixFromNow: "a partir de ahora",
seconds: "menos de um minuto",
minute: "cerca de um minuto atrás",
minutes: "hace unos %d minutos atrás",
hour: "cerca de una hora",
hours: "cerca de %d horas",
day: "un día",
days: "%d días",
month: "hace un mes atrás",
months: "hace %d meses",
year: "hace un año atrás",
years: "hace %d años atrás"
};
@jfabiant99
Copy link

Great!! <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment