Skip to content

Commit

Permalink
Adding sq locale (#666)
Browse files Browse the repository at this point in the history
* Adding sq locale
* Escaping non-ASCII characters
* Using Unicode hex code to escape non-ASCII characters
* Changing case for U
* Removing + sign
  • Loading branch information
ujdhesa authored Oct 23, 2022
1 parent 5f0d19c commit 0d72960
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/main/java/org/joda/time/format/messages_sq.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
PeriodFormat.space=\
PeriodFormat.comma=,
PeriodFormat.commandand=,dhe
PeriodFormat.commaspaceand=, dhe
PeriodFormat.commaspace=,
PeriodFormat.spaceandspace=\ dhe
PeriodFormat.year=\ vit
PeriodFormat.years=\ vjet
PeriodFormat.month=\ muaj
PeriodFormat.months=\ muaj
PeriodFormat.week=\ jav\u00EB
PeriodFormat.weeks=\ jav\u00EB
PeriodFormat.day=\ dit\u00EB
PeriodFormat.days=\ dit\u00EB
PeriodFormat.hour=\ or\u00EB
PeriodFormat.hours=\ or\u00EB
PeriodFormat.minute=\ minut\u00EB
PeriodFormat.minutes=\ minuta
PeriodFormat.second=\ sekond\u00EB
PeriodFormat.seconds=\ sekonda
PeriodFormat.millisecond=\ milisekond\u00EB
PeriodFormat.milliseconds=\ milisekonda

0 comments on commit 0d72960

Please sign in to comment.