From 75e4d9e672c734e2a9c7c8fc4a1835fbd8dff68f Mon Sep 17 00:00:00 2001 From: Phil Douglas Date: Wed, 11 Apr 2012 13:48:47 +1000 Subject: [PATCH 1/2] added welsh translation --- locales/jquery.timeago.cy.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 locales/jquery.timeago.cy.js diff --git a/locales/jquery.timeago.cy.js b/locales/jquery.timeago.cy.js new file mode 100644 index 0000000..a6ebbb4 --- /dev/null +++ b/locales/jquery.timeago.cy.js @@ -0,0 +1,20 @@ +// English (Template) +jQuery.timeago.settings.strings = { + prefixAgo: null, + prefixFromNow: null, + suffixAgo: "yn ôl", + suffixFromNow: "o hyn", + seconds: "llai na munud", + minute: "am funud", + minutes: "%d munud", + hour: "tua awr", + hours: "am %d awr", + day: "y dydd", + days: "%d diwrnod", + month: "tua mis", + months: "%d mis", + year: "am y flwyddyn", + years: "%d blynedd", + wordSeparator: " ", + numbers: [] +}; From 80a1e564235e10a17190fbefeac037f2d32874f1 Mon Sep 17 00:00:00 2001 From: Phil Douglas Date: Wed, 11 Apr 2012 13:50:53 +1000 Subject: [PATCH 2/2] fixed title comment in welsh locale file --- locales/jquery.timeago.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/jquery.timeago.cy.js b/locales/jquery.timeago.cy.js index a6ebbb4..a285ff4 100644 --- a/locales/jquery.timeago.cy.js +++ b/locales/jquery.timeago.cy.js @@ -1,4 +1,4 @@ -// English (Template) +// Welsh jQuery.timeago.settings.strings = { prefixAgo: null, prefixFromNow: null,