Skip to content

Commit

Permalink
Localization: Add Hindi, Hungarian, Swedish (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
hb20007 authored Oct 9, 2022
1 parent 87dcb33 commit 6987913
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/main/java/org/joda/time/format/messages_hi.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
PeriodFormat.space=\
PeriodFormat.comma=,
PeriodFormat.commandand=,\u0914\u0930
PeriodFormat.commaspaceand=, \u0914\u0930
PeriodFormat.commaspace=,
PeriodFormat.spaceandspace=\ \u0914\u0930
PeriodFormat.year=\ \u0938\u093e\u0932
PeriodFormat.years=\ \u0938\u093e\u0932
PeriodFormat.month=\ \u092e\u0939\u0940\u0928\u093e
PeriodFormat.months=\ \u092e\u0939\u0940\u0928\u0947
PeriodFormat.week=\ \u0938\u092a\u094d\u0924\u093e\u0939
PeriodFormat.weeks=\ \u0938\u092a\u094d\u0924\u093e\u0939
PeriodFormat.day=\ \u0926\u093f\u0928
PeriodFormat.days=\ \u0926\u093f\u0928
PeriodFormat.hour=\ \u0918\u0902\u091f\u093e
PeriodFormat.hours=\ \u0918\u0902\u091f\u0947
PeriodFormat.minute=\ \u092e\u093f\u0928\u091f
PeriodFormat.minutes=\ \u092e\u093f\u0928\u091f
PeriodFormat.second=\ \u0938\u0947\u0915\u0902\u0921
PeriodFormat.seconds=\ \u0938\u0947\u0915\u0902\u0921
PeriodFormat.millisecond=\ \u092e\u093f\u0932\u0940\u0938\u0947\u0915\u0902\u0921
PeriodFormat.milliseconds=\ \u092e\u093f\u0932\u0940\u0938\u0947\u0915\u0902\u0921
22 changes: 22 additions & 0 deletions src/main/java/org/joda/time/format/messages_hu.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
PeriodFormat.space=\
PeriodFormat.comma=,
PeriodFormat.commandand=,\u00e9s
PeriodFormat.commaspaceand=, \u00e9s
PeriodFormat.commaspace=,
PeriodFormat.spaceandspace=\ \u00e9s
PeriodFormat.year=\ \u00e9v
PeriodFormat.years=\ \u00e9v
PeriodFormat.month=\ h\u00f3nap
PeriodFormat.months=\ h\u00f3nap
PeriodFormat.week=\ h\u00e9t
PeriodFormat.weeks=\ h\u00e9t
PeriodFormat.day=\ nap
PeriodFormat.days=\ nap
PeriodFormat.hour=\ \u00f3ra
PeriodFormat.hours=\ \u00f3ra
PeriodFormat.minute=\ perc
PeriodFormat.minutes=\ perc
PeriodFormat.second=\ m\u00e1sodperc
PeriodFormat.seconds=\ m\u00e1sodperc
PeriodFormat.millisecond=\ miliszekundum
PeriodFormat.milliseconds=\ miliszekundum
22 changes: 22 additions & 0 deletions src/main/java/org/joda/time/format/messages_sv.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
PeriodFormat.space=\
PeriodFormat.comma=,
PeriodFormat.commandand=,och
PeriodFormat.commaspaceand=, och
PeriodFormat.commaspace=,
PeriodFormat.spaceandspace=\ och
PeriodFormat.year=\ \u00e5r
PeriodFormat.years=\ \u00e5r
PeriodFormat.month=\ m\u00e5nad
PeriodFormat.months=\ m\u00e5nader
PeriodFormat.week=\ vecka
PeriodFormat.weeks=\ veckor
PeriodFormat.day=\ dag
PeriodFormat.days=\ dagar
PeriodFormat.hour=\ timme
PeriodFormat.hours=\ timmar
PeriodFormat.minute=\ minut
PeriodFormat.minutes=\ minuter
PeriodFormat.second=\ sekund
PeriodFormat.seconds=\ sekunder
PeriodFormat.millisecond=\ millisekund
PeriodFormat.milliseconds=\ millisekunder

0 comments on commit 6987913

Please sign in to comment.