Skip to content

Commit

Permalink
added welsh translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ricick committed Apr 11, 2012
1 parent 5af4316 commit 75e4d9e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 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: []
};

0 comments on commit 75e4d9e

Please sign in to comment.