Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6 from hbruinsma/master
Browse files Browse the repository at this point in the history
Added support for Dutch (nl_NL)
  • Loading branch information
billgarrison committed Aug 14, 2012
2 parents 6c82373 + 6b0fb7e commit 887bdb4
Showing 1 changed file with 27 additions and 0 deletions.
@@ -0,0 +1,27 @@
/*
SORelativeDateTransformer.strings

Created by hbruinsma on 2012-06-29.
*/

/* <relative time difference (1-n) > <data component name (e.g. year, month)> ago*/
"formatTemplateForRelativePastDatePhrase" = "%d %@ geleden";

/* in <relative time difference (1-n) > <data component name (e.g. year, month)>*/
"formatTemplateForRelativeFutureDatePhrase" = "over %d %@";

"now" = "nu";
"year" = "jaar";
"years" = "jaren";
"month" = "maand";
"months" = "maanden";
"week" = "week";
"weeks" = "weken";
"day" = "dag";
"days" = "dagen";
"hour" = "uur";
"hours" = "uren";
"minute" = "minuut";
"minutes" = "minuten";
"second" = "seconde";
"seconds" = "seconden";

0 comments on commit 887bdb4

Please sign in to comment.