Skip to content

Commit

Permalink
Merge pull request #13 from MustafaFerhan/master
Browse files Browse the repository at this point in the history
Fixed Turkish locale resource
  • Loading branch information
lincolnthree committed Mar 29, 2012
2 parents 36c2216 + dbdea14 commit e70321f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/java/org/ocpsoft/pretty/time/i18n/Resources_tr.java
Expand Up @@ -25,8 +25,8 @@ public class Resources_tr extends ListResourceBundle
{ "CenturyFutureSuffix", " önce" },
{ "CenturyPastPrefix", "" },
{ "CenturyPastSuffix", " önce" },
{ "CenturyName", "yüzyýl" },
{ "CenturyPluralName", "yüzyýl" },
{ "CenturyName", "yüzyıl" },
{ "CenturyPluralName", "yüzyıl" },
{ "DayPattern", "%n %u" },
{ "DayFuturePrefix", "" },
{ "DayFutureSuffix", " önce" },
Expand All @@ -39,8 +39,8 @@ public class Resources_tr extends ListResourceBundle
{ "DecadeFutureSuffix", " önce" },
{ "DecadePastPrefix", "" },
{ "DecadePastSuffix", " önce" },
{ "DecadeName", "on yýl" },
{ "DecadePluralName", "on yýl" },
{ "DecadeName", "on yıl" },
{ "DecadePluralName", "on yıl" },
{ "HourPattern", "%n %u" },
{ "HourFuturePrefix", "" },
{ "HourFutureSuffix", " önce" },
Expand All @@ -50,8 +50,8 @@ public class Resources_tr extends ListResourceBundle
{ "HourPluralName", "saat" },
{ "JustNowPattern", "%u" },
{ "JustNowFuturePrefix", "" },
{ "JustNowFutureSuffix", "moments önce" },
{ "JustNowPastPrefix", "moments önce" },
{ "JustNowFutureSuffix", "biraz önce" },
{ "JustNowPastPrefix", "biraz önce" },
{ "JustNowPastSuffix", "" },
{ "JustNowName", "" },
{ "JustNowPluralName", "" },
Expand Down Expand Up @@ -102,8 +102,8 @@ public class Resources_tr extends ListResourceBundle
{ "YearFutureSuffix", " önce" },
{ "YearPastPrefix", "" },
{ "YearPastSuffix", " önce" },
{ "YearName", "yýl" },
{ "YearPluralName", "yýl" },
{ "YearName", "yıl" },
{ "YearPluralName", "yıl" },
{ "AbstractTimeUnitPattern", "" },
{ "AbstractTimeUnitFuturePrefix", "" },
{ "AbstractTimeUnitFutureSuffix", "" },
Expand Down

0 comments on commit e70321f

Please sign in to comment.